function popAmoureux() {
	popWin = window.open("../amoureux_futes/index.asp", "amoureux", "width=650,height=540");
	popWin.moveTo(10,10);
	popWin.focus();
}
