// FORMULAIRE DE RECHERCHEfunction inputswap(me,def,setto) {
  if(me.value==def) {
   me.value=setto;
  }
}// ***************** BLOCK JAVASCRIPT ERRORS *****************function blockError(){return true;}
window.onerror = blockError;

// ***************** ROLL OVER *****************

function makeHoverImages() {    		
var i,imgs = document.getElementsByTagName("img");    		
for (i=0;i!=imgs.length;i++) {    			
if (imgs[i].className.indexOf('rollhover')!=-1) {    				
imgs[i].hoverSrc  = imgs[i].src.substr( 0, imgs[i].src.length - 4 ) + '-hover' + imgs[i].src.substr( imgs[i].src.length - 4 );    				
imgs[i].normalSrc = imgs[i].src; 				
imgs[i].onmouseover = new Function( "this.src=this.hoverSrc" ); 				
imgs[i].onmouseout  = new Function( "this.src=this.normalSrc" );     			
}    		
}    	
}


// *************** Ouverture pop fenetre ************* 

function OpenNL(sURL, sName, width, height, scroll)
	{
 sFeatures = 'toolbar=no,menubar=no,statusbar=no,scrollbars='+scroll+',width='+ width+',height='+height;
 window.open(sURL,sName,sFeatures);
	}
// open pop depuis carte.swf function openWindowPage1() 
	{
	window.open('nom_page.htm','newWin','width=660,height=520,scrollbars=no');
	}	//  ************* validation form************* 
function Lien()
{
	i = document.Choix.Liste.selectedIndex;
	if (i == 0) return;
	url = document.Choix.Liste.options[i].value;
	parent.location.href = url;
}	
//  ************* validation form1 ************* 
function Lien1()
{
	i = document.Choix1.Liste1.selectedIndex;
	if (i == 0) return;
	url = document.Choix1.Liste1.options[i].value;
	parent.location.href = url;
}

//  ************* validation form1 ************* 
function Lien2()
{
	i = document.Choix2.Liste2.selectedIndex;
	if (i == 0) return;
	url = document.Choix2.Liste2.options[i].value;
	parent.location.href = url;
}

function Lien3()
{
	i = document.Choix3.Liste3.selectedIndex;
	if (i == 0) return;
	url = document.Choix3.Liste3.options[i].value;
	parent.location.href = url;
}

function Lien4()
{
	i = document.Choix4.Liste4.selectedIndex;
	if (i == 0) return;
	url = document.Choix4.Liste4.options[i].value;
	parent.location.href = url;
}
function Lien5()
{
	i = document.Choix5.Liste5.selectedIndex;
	if (i == 0) return;
	url = document.Choix5.Liste5.options[i].value;
	parent.location.href = url;
}function Lien6()
{
	i = document.Choix6.Liste6.selectedIndex;
	if (i == 0) return;
	url = document.Choix6.Liste6.options[i].value;
	parent.location.href = url;
}function Lien7()
{
	i = document.Choix7.Liste7.selectedIndex;
	if (i == 0) return;
	url = document.Choix7.Liste7.options[i].value;
	parent.location.href = url;
}function Lien8()
{
	i = document.Choix8.Liste8.selectedIndex;
	if (i == 0) return;
	url = document.Choix8.Liste8.options[i].value;
	parent.location.href = url;
}function Lien9()
{
	i = document.Choix9.Liste9.selectedIndex;
	if (i == 0) return;
	url = document.Choix9.Liste9.options[i].value;
	parent.location.href = url;
}function Lien10()
{
	i = document.Choix10.Liste10.selectedIndex;
	if (i == 0) return;
	url = document.Choix10.Liste10.options[i].value;
	parent.location.href = url;
}function Lien11()
{
	i = document.Choix11.Liste11.selectedIndex;
	if (i == 0) return;
	url = document.Choix11.Liste11.options[i].value;
	parent.location.href = url;
}function Lien12()
{
	i = document.Choix12.Liste12.selectedIndex;
	if (i == 0) return;
	url = document.Choix12.Liste12.options[i].value;
	parent.location.href = url;
}function Lien13()
{
	i = document.Choix13.Liste13.selectedIndex;
	if (i == 0) return;
	url = document.Choix13.Liste13.options[i].value;
	parent.location.href = url;
}function Lien14()
{
	i = document.Choix14.Liste14.selectedIndex;
	if (i == 0) return;
	url = document.Choix14.Liste14.options[i].value;
	parent.location.href = url;
}