function ChangeUrl(formulaire)
{
if (formulaire.ListeUrl.selectedIndex != 0)
{
location.href = formulaire.ListeUrl.options[formulaire.ListeUrl.selectedIndex].value;
}
else 
{
alert('Veuillez choisir une animation.');
}
}
function ChangeUrlr(formulaire)
{
if (formulaire.ListeUrlr.selectedIndex != 0)
{
location.href = formulaire.ListeUrlr.options[formulaire.ListeUrlr.selectedIndex].value;
}
else 
{
alert('Veuillez choisir une animation.');
}
}

function twMultiRech(_chaine,_type) {
// Script gatuit des Trucsweb.com
if (_type[0].checked) {
// L'action par défaut
// return false; mais il l'est par défaut!
}
if (_type[1].checked) {
// Le moteur #1 - Google locale
var sUrl = 'http://www.google.fr/custom?q='+ _chaine + '&lr=lang_fr&sa=Rechercher&client=pub-9799665580878608&forid=1&ie=ISO-8859-1&oe=ISO-8859-1&cof=GALT%3A%23000066%3BGL%3A1%3BDIV%3A%23336699%3BVLC%3A993300%3BAH%3Acenter%3BBGC%3AFFFFFF%3BLBGC%3AFFFFFF%3BALC%3A333399%3BLC%3A333399%3BT%3A000000%3BGFNT%3A0000CC%3BGIMP%3A0000CC%3BLH%3A50%3BLW%3A650%3BL%3Ahttp%3A%2F%2Fwww.l-internet-facile.com%2Fhautgoogle.jpg%3BS%3Ahttp%3A%2F%2Fwww.l-internet-facile.com%2Findex.php%3BFORID%3A1%3B&hl=fr';
window.open(sUrl,'Google','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
return false;
}
}

function hidestatus(){
window.status=''
return true
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus







