function openTerms(L,P) {
	pop3=window.open("Rules.aspx?L=" + L + "&P=" + P,'Conditions',"width=800,height=725,scrollbars=yes,resizable=no,menubar=no,top=10,left=10");
	setTimeout("pop3.focus()",200);
}
function openWinners(L) {
	pop1 = window.open("GagnerAchats_Gagnants.aspx?L=" + L, 'Gagnants', "width=500,height=325,scrollbars=yes,resizable=no,menubar=no,top=10,left=10");
	setTimeout("pop1.focus()", 200);
}

function openWinnersBleu(L) {
	pop1 = window.open("Concours-juin2011_Gagnants.aspx?L=" + L, 'Gagnants', "width=500,height=325,scrollbars=yes,resizable=no,menubar=no,top=10,left=10");
	setTimeout("pop1.focus()", 200);
}
