function pop_up_accueil(){window.open('/site/G_oovatu/pop_up.htm', 'pop', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=220,height=190,left=500,top=400');}
function selectionnerDestination(){
	if(document.getElementById('selectDestination').options[document.getElementById('selectDestination').selectedIndex].disabled==false)
		goTo(document.getElementById('selectDestination').value);
	else pop_up_accueil();
	return true;
}
function trim(myString){var reg=new RegExp(" ", "g");return myString.replace(reg,'-')} 
function goTo(destination){
	if (destination != ""){
		var qualite =rad_val="";
		for (var i=0; i < document.form_oovatu.categorie.length; i++)
		   if (document.form_oovatu.categorie[i].checked)var rad_val = document.form_oovatu.categorie[i].value;
		if (rad_val == "")	
			this.location.href=	"/"+dd+trim(destination)+".htm";
		else{
			switch (rad_val){
				case 'excellence-oovatu': qualite = "excellence";break;
				case 'smart-oovatu': qualite = "smart";break;
				case 'basic-oovatu': qualite = "basics";break;
			}this.location.href=	"/"+dls+trim(destination)+"-"+qualite+".htm";
}}}
