<!-- BLOC POPUP DEFFENSIF //-->
var bloc=false;
function blocage()
{
bloc=true;
}
<!-- POPUP DEFFENSIF //-->
function WCBdef() {
if (!bloc) window.open("/wcb/index.php","popuplinkeo",'width=400,height=450,top=5,left=5,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=1');
}
<!-- POPUP //-->
function newwin(url){
window.open(url,"popuplinkeo",'width=400,height=450,top=5,left=5,toolbar=no,location=no, directories=no,status=no,scrollbars=no,resizable=1');
}
function popup_agencevirtuelle(url)
{
	var height = screen.availHeight;
	var width = screen.availWidth;
	
	window.open(url,'popupav','width=' + width + ',height=' + height + ',top=0,left=0,toolbar=no,location=no, directories=no,status=no,scrollbars=no,resizable=1');
}