<!--
function openVideoQT(video) {
  window.open("videoQT.php?video="+video,"video","height=225,width=260,resizable=no,scrollbars=no,status=0,titlebar=0,toolbar=0,left=0,top=0");
}

function openPlan() {
  window.open("planwailly.htm","planwailly","height=440,width=520,resizable=no,scrollbars=AUTO,status=0,titlebar=0,toolbar=0,left=0,top=0");
}
function openAmi() {
  window.open("ami.htm","ami","height=320,width=450,resizable=no,scrollbars=no,status=0,titlebar=0,toolbar=0,left=0,top=0");
}

function addFavorite(){

 if (navigator.appVersion.indexOf("Mac",0)>0) {
     alert("Cette fonction n\'est pas réalisable sur Macintosh.\n\nUtilisez plutot la combinaison de touches \"Pomme-D\"");
        }
        else {
        if ((navigator.appName.indexOf("Microsoft",0)>=0) && (parseInt(navigator.appVersion)>=4)) {
               window.external.AddFavorite('http://www.trends-co.fr', 'Trends co, le site');
        } else {
                alert("Cette fonction n'est possible que par Internet Explorer 4 et +\n\nPour Netscape utilisez plutot la combinaison de touches \"Control-D\"");
        }
}


} 
//-->