function gopop(paypopupURL,w,h,name,t,l) {
		if (name=='Resultats') {
		popwin = window.open(paypopupURL,name,'scrollbars=1,resizable=0,menubar=0,location=0,top=0,left=0,width='+w+',height='+h+'');//this.blur();
	}
	else
	popwin = window.open(paypopupURL,name,'scrollbars=0,resizable=0,menubar=0,location=0,top='+t+',left='+l+',width='+w+',height='+h+'');//self.setfocus();

if(!popwin) alert('Votre navigateur a bloqué la fenêtre d\'impression.\nDesasctiver le bloqueur de popup et réessayer .');
		//if (typeof(prePaypopOnclick) == "function") 	{prePaypopOnclick();}
//self.focus();
}


