//Popup PopAmi
function PopAmi(){

	var haut = (screen.height-420)/2;
	var gauche = (screen.width-515)/2;
	
	var path = 'http://www.gervanne-camping.com/';
	
	popami = window.open(path+'admin/FCKeditor/UserFiles/File/_ami/pop_ami.php','popami','top='+haut+',left='+gauche+',toolbar=0, location=0, directories=0, status=0, scrollbars=1, resizable=0, copyhistory=0, menuBar=0, width=515, height=420');
	
	if (popami.blur) popami.focus();
}
