function changeLangue(page,idlang){ 
if(idlang!=0){document.location.href='include_php/changeLangue.php?page='+page+'&sel_langue='+idlang;}
}

function changeTheme(idTheme){
document.location.href=idTheme;
}






function openCenter(var_page,type,hauteur,largeur){
var top=(screen.height-hauteur)/2; 
var left=(screen.width-largeur)/2; 
window.open(var_page,type,'top='+top+',left='+left+',width='+largeur+',height='+hauteur+',toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no');
}


if ((navigator.appVersion.indexOf("MSIE") > 0)
  && (parseInt(navigator.appVersion) >= 4)) {
    var sText = "<U><SPAN STYLE='color:blue;cursor:hand;'";
    sText += "onclick='window.external.AddFavorite(location.href,";
    sText += "document.title);'>Add this page to your favorites</SPAN></U>";
    //document.write(sText);
}
function FillSearch(){
 	if ( window.document.FORMSEARCH2.search.value == "" ) 
	{
 		window.document.FORMSEARCH2.search.value ="Rechercher par nom de ville";
 	}	
}


function changeCatProd(page,idCat){ 
if(idCat!=''){document.location.href=page+'?id_cat='+idCat;}
}

function changeOpe(page,idOpe){ 
if(idOpe!=''){document.location.href=page+'?id_ope='+idOpe;}
}

function changeEtabl(page,idOpe,idEtabl){ 
if(idEtabl!=''){document.location.href=page+'?id_ope='+idOpe+'&idEtabl='+idEtabl;}
}

function changeEtablCmd(page,idEtabl){ 
if(idEtabl!=''){document.location.href=page+'?idEtabl='+idEtabl;}
}
