function lien(strURL){
	
	window.open(strURL,'pop_test','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width=400, height=300');
}

function ferm(strURL){
	
	window.close();

}

function lien_site(strURL){
	if(strURL!=-1)
	{
	window.open(strURL,"blank");
	}
}
function lien_admin(Choix,strURL){
	
	window.open(strURL+'?Choix='+Choix,"blank");
}

function lien_news(strURL,Choix){
	
	window.open(strURL+Choix,"blank");
}

function lien_pop(Choix,strURL){
	
	if(Choix!=-1)
	{
		window.open(strURL+'?Choix='+Choix,'pop_test','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width=400, height=300');
	}
}

function lien_pop2(strURL,Choix,fin){
	
	if(Choix!=-1)
	{
		window.open(strURL+Choix+fin,'pop_test','toolbar=0, location=0, directories=0, status=0, scrollbars=1, resizable=0, copyhistory=0, menuBar=0, width=418, height=315');
	}
}
function lien_pop3(strURL,Choix,fin,choix){
	
	
		window.open(strURL+Choix+fin+choix,'pop_test','toolbar=0, location=0, directories=0, status=0, scrollbars=1, resizable=0, copyhistory=0, menuBar=0, width=400, height=330');
	
}
function openPopFlash() {
	var w=window.open("/pop_flash.php3?secteur_langue=<?=$langue?>","recherche","width=370,height=220,menubar=no,scrollbars=no");
	w.focus();
}

