// JavaScript Document
function EmptySearch(){
	
	document.Search.keyword.value="";
	
}

function JumpMenu(selObj,restore){
	
  eval("document.location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
  
}

function MiniShopperReloader(strSESSID){
	
	parent.frames[1].document.location.href="shopper.mini.php?SESSID="+strSESSID;
	
}

function ConfirmCGV(strSESSID){
	
	var myURL = "order.step4.php?SESSID="+strSESSID;
	if(document.ConfirmCGV.cgv.checked==true){
		document.location.href=myURL;
	} else {
		alert("Pour poursuivre et payer votre commande,\nvous devez cocher la case correspondant à l'acceptation\ndes conditions générales de vente.");
	}
	
}

function OpenCGV(){
	
	window.open('info.cgv2.php','cgv','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,width=580,height=350');

}

function OpenMap(){
	
	window.open('map.php','distributeurs','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,width=600,height=420');

}

function OpenAeration(){
	
	window.open('info.aeration.php','Aeration','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,width=620,height=420');

}
