
if (navigator.appVersion.indexOf("2.") != -1){

        check = false;

        }

if ((navigator.appVersion.indexOf("3.") != -1) && (navigator.appName.indexOf("Explorer") != -1)) {

        check = false;

        } else {

        check = true;

        }


function turnOn(imgName) {
  if (document.images) 
    document[imgName].src = eval( imgName + "on" );

}

function turnOff(imgName) {
  if (document.images)
    document[imgName].src = eval( imgName + "off" );

}

function turnOnA(imgName,pubshow) {
  if (document.images) 
    document[imgName].src = eval( imgName + "on" );
    document[pubshow].src = eval( pubshow + "on" );
}
function turnOffA(imgName,pubshow) {
  if (document.images)
    document[imgName].src = eval( imgName + "off" );
    document[pubshow].src = eval( pubshow + "off" );
}





function ChangeUrl(formulaire)
	{
	if (formulaire.ListeUrl.selectedIndex != 0)
		{
if (formulaire.ListeUrl.options[formulaire.ListeUrl.selectedIndex].value != "")
		location.href = formulaire.ListeUrl.options[formulaire.ListeUrl.selectedIndex].value;
	 	}
	else 
		{
		alert('Veuillez choisir une destination.');
		}
	}


function openFORM(link) {
 TextPopUp = window.open(link,'_form','toolbar=1,location=0,menubar=1,scrollbars=1,resizable=1,width=700,height=400,top=0,left=0')
}

function openPRIX(link) {
 TextPopUp = window.open(link,'_prix','toolbar=1,location=0,menubar=1,scrollbars=1,resizable=1,width=540,height=450,top=0,left=0')
}

function openEMAIL(link) {
 TextPopUp = window.open(link,'_email','toolbar=0,location=0,menubar=1,scrollbars=1,resizable=1,width=470,height=480')
}



