<!--

function openWin(url,hauteur,largeur)
{	
	window.open(url,'nom','toolsbar=no,height='+hauteur+',width='+largeur);
}

function openWin2(url,hauteur,largeur)
{	
	window.open(url,'nom2','toolsbar=no,scrollbars=1,height='+hauteur+',width='+largeur);
}

function openWin3(url,hauteur,largeur)
{	
	window.open(url,'nom3','toolsbar=no,scrollbars=1,height='+hauteur+',width='+largeur);
}

function openWin4(url,hauteur,largeur)
{	
	window.open(url,'nom4','toolsbar=no,resizable=1,scrollbars=1,height='+hauteur+',width='+largeur);
}
function rollOver(ImgNme)
{
 obj=document.images[ImgNme];
 obj.src=(obj.src.lastIndexOf('_on')!=-1)? obj.src.replace(/_on/gi,"_off"):obj.src.replace(/_off/gi,"_on");
}


function desLiens(selObj)
{
	formulaire =  selObj.options[selObj.selectedIndex].value;
window.open(formulaire,"axima","width=422,height=300,top=0,left=0,status=1,location=1,directories=0,menubar=0,toolbar=0,scrollbars=1")
}


//-->
