// Fonction ouvrir une fenętre Popup

function popUp(URL) 
{
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'left=0,top=0,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=700,height=800');");
}


<!--
var w;
function Ouvrir() {
    w=window.open('../aide_rech_synt.php', '', 'resizable=no, location=no, width=300, height=455, menubar=no, status=no, scrollbars=yes, menubar=no, left=50, top=50');
    }
function Fermer() {
       if (w.document) { w.close(); }
    }
function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}


//-->

//Dimensions ecran
HautEcran = screen.height;
LargEcran = screen.width;

function ClickRadio(formulaire)
	{
	if (formulaire.Radio.selectedIndex != 0)
		{
		location.href = formulaire.Radio.options[formulaire.Radio.selectedIndex].value;
		}
	else 
		{
		/*alert('Veuillez choisir une destination.') */;
		}
	}
function ChangeUrl(formulaire)
	{
	if (formulaire.ListeUrl.selectedIndex != 0)
		{
		location.href = formulaire.ListeUrl.options[formulaire.ListeUrl.selectedIndex].value;
		}
	else 
		{
		/*alert('Veuillez choisir une destination.') */;
		}
	}
function ChangeUrl2(formulaire)
	{
	if (formulaire.ListeUrl2.selectedIndex != 0)
		{
		location.href = formulaire.ListeUrl2.options[formulaire.ListeUrl2.selectedIndex].value;
		}
	else 
		{
		/*alert('Veuillez choisir une destination.') */;
		}
	}
function ChangeUrl3(formulaire)
	{
	if (formulaire.ListeUrl3.selectedIndex != 0)
		{
		location.href = formulaire.ListeUrl3.options[formulaire.ListeUrl3.selectedIndex].value;
		}
	else 
		{
		/*alert('Veuillez choisir une destination.') */;
		}
	}
	function ChangeUrl4(formulaire)
	{
	if (formulaire.ListeUrl4.selectedIndex != 0)
		{
		location.href = formulaire.ListeUrl4.options[formulaire.ListeUrl4.selectedIndex].value;
		}
	else 
		{
		/*alert('Veuillez choisir une destination.') */;
		}
	}
	function ChangeUrl5(formulaire)
	{
	if (formulaire.ListeUrl5.selectedIndex != 0)
		{
		location.href = formulaire.ListeUrl5.options[formulaire.ListeUrl5.selectedIndex].value;
		}
	else 
		{
		/*alert('Veuillez choisir une destination.') */;
		}
	}
	function ChangeUrl6(formulaire)
	{
	if (formulaire.ListeUrl6.selectedIndex != 0)
		{
		location.href = formulaire.ListeUrl6.options[formulaire.ListeUrl6.selectedIndex].value;
		}
	else 
		{
		/*alert('Veuillez choisir une destination.') */;
		}
	}
	function ChangeUrl7(formulaire)
	{
	if (formulaire.ListeUrl7.selectedIndex != 0)
		{
		location.href = formulaire.ListeUrl7.options[formulaire.ListeUrl7.selectedIndex].value;
		}
	else 
		{
		/*alert('Veuillez choisir une destination.') */;
		}
	}
	function ChangeUrl8(formulaire)
	{
	if (formulaire.ListeUrl8.selectedIndex != 0)
		{
		location.href = formulaire.ListeUrl8.options[formulaire.ListeUrl8.selectedIndex].value;
		}
	else 
		{
		/*alert('Veuillez choisir une destination.') */;
		}
	}
		
		
	function ChangeUrl9(formulaire)
	{
	if (formulaire.ListeUrl9.selectedIndex != 0)
		{
		location.href = formulaire.ListeUrl9.options[formulaire.ListeUrl9.selectedIndex].value;
		}
	else 
		{
		/*alert('Veuillez choisir une destination.') */;
		}
	}
	
		function ChangeUrl10(formulaire)
	{
	if (formulaire.ListeUrl10.selectedIndex != 0)
		{
		location.href = formulaire.ListeUrl10.options[formulaire.ListeUrl10.selectedIndex].value;
		}
	else 
		{
		/*alert('Veuillez choisir une destination.') */;
		}
	}

//Ouvre une fenętre statique
function Ouvre_fen(theURL,winNom,x,y)
	{
	 larg=x;
	 haut=y;
	 window.open(theURL,winNom,'width=' + larg + ',height=' + haut + ',left=50,top=50,scrollbars=1,resizable=1');
	}
function Ouvre_fen_dr(theURL,winNom,x,y)
	{
	 larg=x;
	 haut=y;
	 window.open(theURL,winNom,'width=' + larg + ',height=' + haut + ',left=450,top=50,scrollbars=1,resizable=1');
	}
function ouvre_popup(URL)
{
	window.open(URL,'','toolbar=0,menubar=0,location=0,scrollbars=1,')
}

//width=1000,height=800

// ==================
//	Activations - Désactivations
// ==================
function GereControle(Controleur) 
{
var objControleur = document.getElementById(Controleur);
//var objControle = document.getElementById(Controle);
	if (objControleur.checked==true)
		location.href = objControleur.value;
	else
		//objControle.disabled=(objControleur.checked==true)?false:true;
	return true;
}


//Passage souris INDEX

