function langue() {
	var a=top.location.href;

	if (a.indexOf("ENG/")>0 ) {
		b=a.substr(0,a.indexOf("ENG/"))+"FR/"+a.substr(a.indexOf("ENG/")+4);
	} 

	if (a.indexOf("FR/")>0 ) {
		b=a.substr(0,a.indexOf("FR/"))+"ENG/"+a.substr(a.indexOf("FR/")+3);
	}
	top.location.href=b;

}

a="<table width='75%' height='82' border='0' cellpadding='0' cellspacing='0'>        <tr>           <td height='24'></td></tr><tr>           <td height='24'><div align='right'><a href='contact.html' target='_top' onMouseOver='MM_swapImage(\"Image11\",\"\",\"p1-2.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='p1-1.gif' name='Image11' width='118' height='24' border='0'></a></div></td>        </tr>        <tr>           <td><div align='right'><img src='barrv.gif' width='118' height='2' border='0'></div></td>        </tr>        <tr>           <td height='24'><div align='right'><a href='mentions.html' target='_top' onMouseOver='MM_swapImage(\"Image15\",\"\",\"p3-2.gif\",1)' onMouseOut='MM_swapImgRestore()'><img src='p3-1.gif' name='Image15' width='118' height='24' border='0'></a></div></td>        </tr>        <tr>           <td><div align='right'><img src='barrv.gif' width='118' height='2' border='0'></div></td>        </tr>        <tr>          <td><div align='right'><a href='javascript:langue();' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage(\"Image17\",\"\",\"p4-2.gif\",1)'><img src='p4-1.gif' name='Image17' width='118' height='24' border='0'></a></div></td>        </tr>      </table>"

document.write (a)

