//Fichier contenant les constantes pour le site var URLSERVERHTTP = "http://nominet.socgen.com"; var URLSERVERHTTPS = "https://nominet.socgen.com"; function getUrlBaseHttps(){ return URLSERVERHTTPS; } function getUrlBaseHttp(){ return URLSERVERHTTP; } function getUrlBaseEsalia(){ return ""; } function getUrlFaqDomino(profil,langue){ return("/"+langue+"/doc_word/faq_nominet_"+langue+".pdf"); }