//ouvre une fenetre fille retaillable    	
function new_browser(src,name,w,h)
{
	size=",width="+w+",height="+h
	browser=window.open(src,name,"resizable=yes,scrollbars=yes,toolbar=no,status=no,menubar=no,location=0,directories=no"+size)
}


//ouvre une fenetre fille de taille fixe   
function new_browser3(src,name,w,h)
{
	size=",width="+w+",height="+h
	browser=window.open(src,name,"resizable=no,scrollbars=no,toolbar=no,status=no,menubar=no,location=0,directories=no"+size)
}	


//ouvre une photo dans une fenetre fille à la taille de la photo
function fenetrephoto2 (repimages, lo, ha, nomimage,id)
{	
	browser=window.open("visualisation.asp?image="+repimages+"&id="+id, nomimage,"resizable=no,scrollbars=auto,toolbar=no,status=no,menubar=no,location=0,directories=no,width="+lo+",height="+ha)
}

function ChangeLangue(languedemande)
{
	if (languedemande=='FR')
	{
		window.location='/fr/default.asp'
	}	
	else if(languedemande=='US')
	{
		window.location='/us/default.asp'
	}

}

	
 function ouvrepageff(ID1)
	{
		
		browser=window.open("ffpageseditos.asp?idpage="+ID1,"aeroconseil","resizable=yes,scrollbars=yes,toolbar=no,status=no,menubar=no,location=0,directories=no,width=700,height=600");
	}
	
function ouvrepageffATS(ID1)
	{
		
		browser=window.open("ffpageseditos.asp?idpage="+ID1,"ats","resizable=no,scrollbars=yes,toolbar=no,status=no,menubar=no,location=0,directories=no,width=722,height=630");
	}
