﻿// Fichier JScript

function Toggle(obj){
document.getElementById(obj).style.display = (document.getElementById(obj).style.display == "none") ? "":"none";
}

function FaireSuivre(){
window.open("http://www.easyfichiers.com/envoyer_ami.aspx?location="+window.location,null,"height=400,width=350,status=yes,toolbar=no,menubar=no,location=no");
}



function Favoris(){
window.external.AddFavorite("http://www.easyfichiersemail.com", "Easyfichiers – Achat de fichiers de prospection en ligne");
}

function HideSuggest(){

    col = document.getElementsByTagName("DIV");
    
    for (i=0;i<col.length;i++) {
        if (col[i].style.position == "absolute"){col[i].style.display = "none";}
    }

}


function OpenHelpCenter(topic){
    if (topic==null){topic="aide_home"};
    window.open("http://www.easyfichiersemail.com/helpcenter/#"+topic,null,"height=625,width=845,status=yes,toolbar=no,menubar=no,location=no");
}


function HelpTip(topic){
    if (topic==null){topic="aide_home"};
    document.write("<table style=\"font-family:Verdana; font-size:8pt;\"><tr><td style=\"background:#ffffff;border:1px solid white\" onmouseout=\"this.style.border='1px solid white'\" onmouseover=\"this.style.border='1px solid blue'\"><a  href=\"javascript:OpenHelpCenter('"+topic+"')\"><img border=0 alt=\"Ouvrir l'aide associée à cet élément\" src=\"http://www.easyfichiers.com/library/common/img/12x12-help.png\"></a></td></tr></table>");
}