﻿//Contents for menu 1var menuhebergement=new Array()menuhebergement[2]='<a href="hebergement-web-trotinette.html"><font size="1" color="white"> <b>.: Forfait Trotinette (10 000 MB)</b></a></font>'menuhebergement[3]='<a href="hebergement-web-bicyclette.html"><font size="1" color="white"> <b>.: Forfait Bicyclette (25 000 MB)</b></a></font>'menuhebergement[4]='<a href="hebergement-web-mobilette.html"><font size="1" color="white"> <b>.: Forfait Mobilette (50 000 MB)</b></a></font>'menuhebergement[17]='<a href="cpanel.html"><font size="1" color="white"> <b>.: Panneau de contrôle (demo)</b></a></font>'menuhebergement[18]='<a href="fantastico.html"><font size="1" color="white"> <b>.: Fantastico (scripts préinstallés)</b></a></font>'menuhebergement[19]='<a href="modeles-de-sites-web.html"><font size="1" color="white"><b> .: Plus de 500 modèles de sites</b></a></font>'var menudomaine=new Array()menudomaine[1]='<a href="enregistrez-votre-nom-de-domaine.html"><font size="1" color="white"> <b>.: Enregistrez votre domaine</b></a></font>'menudomaine[2]='<a href="transferez-votre-nom-de-domaine.html"><font size="1" color="white"> <b>.: Transférez votre domaine chez Nost</b></a></font>'menudomaine[3]='<a href="https://secure.nost.net/cart.php?a=add&domain=transfer"><font size="1" color="white"> <b>.: Administrez votre nom de domaine</b></a></font>'menudomaine[4]='<a href="renouvelez-votre-nom-de-domaine.html"><font size="1" color="white"> <b>.: Renouvelez votre domaine</b></a></font>'menudomaine[5]='<a href="tarif-nom-de-domaine.html"><font size="1" color="white"> <b>.: Carte des tarifs</b></a></font>'var menussl=new Array()menussl[1]='<a href="rapidssl.html"><font size="1" color="white"> <b>.: RapidSSL</b></a></font>'menussl[2]='<a href="quickssl.html"><font size="1" color="white"> <b>.: QuickSSL</b></a></font>'menussl[3]='<a href="quickssl-prenium.html"><font size="1" color="white"> <b>.: QuickSSL Prenium</b></a></font>'menussl[4]='<a href="true-business-id.html"><font size="1" color="white"> <b>.: True Business ID</b></a></font>'menussl[5]='<a href="ssl-vous-devez.html"><font size="1" color="white"> <b>.: Vous devez avoir ...</b></a></font>'menussl[6]='<a href="certificat-ssl-quel-choisir.html"><font size="1" color="white"> <b>.: Quel certificat choisir ?</b></a></font>'var menucolo=new Array()menucolo[1]='<a href="colocation-1u.html"><font size="1" color="white"> <b>.: Serveur 1U</b></a></font>'menucolo[2]='<a href="colocation-2u.html"><font size="1" color="white"> <b>.: Serveur 2U</b></a></font>'menucolo[3]='<a href="colocation-huitieme.html"><font size="1" color="white"> <b>.: Huitième de Cabinet</b></a></font>'menucolo[4]='<a href="colocation-quart.html"><font size="1" color="white"> <b>.: Quart de Cabinet</b></a></font>'menucolo[5]='<a href="colocation-demi.html"><font size="1" color="white"> <b>.: Demi Cabinet</b></a></font>'menucolo[6]='<a href="colocation-baie-complete.html"><font size="1" color="white"> <b>.:  Cabinet Complet</b></a></font>'menucolo[8]='<a href="plus-adresse-ip.html"><font size="1" color="white"> <b>.: Adresses IP Supplémentaires</b></a></font>'menucolo[9]='<a href="plus-bande-passante.html"><font size="1" color="white"> <b>.: Bande Passante</b></a></font>'menucolo[10]='<a href="colocation-cpanel.html"><font size="1" color="white"> <b>.: License Cpanel</b></a></font>'var menurevendeur=new Array()var menuinstallation=new Array()menuinstallation[1]='<a href="nos-installations-camera.html"><font size="1" color="white"> <b>.: Caméra Web en direct</b></a></font>'menuinstallation[2]='<a href="nos-installations-photos.html"><font size="1" color="white"> <b>.: Visite du centre en photos</b></a></font>'menuinstallation[3]='<a href="nos-installations-video.html"><font size="1" color="white"> <b>.: Visite du centre en vidéos</b></a></font>'menuinstallation[4]='<a href="nos-installations-localisation.html"><font size="1" color="white"> <b>.: Localisation géographique</b></a></font>'menuinstallation[5]='<a href="nos-installations-divers.html"><font size="1" color="white"> <b>.: Informations diverses</b></a></font>'menuinstallation[8]='<a href="nos-installations-reseau.html"><font size="1" color="white"> <b>.: Notre Réseau BGP</b></a></font>'var menuclient=new Array()menuclient[1]='<a href="https://secure.nost.net/"><font size="1" color="white"> <b>.: Consulter et Payez une Facture</b></a></font>'menuclient[3]='<a href="http://manage.nost.net"><font size="1" color="white"> <b>.: Administrez votre nom de domaine</b></a></font>'menuclient[5]='<a href="gestion-cpanel.html"><font size="1" color="white"> <b>.: Accès à votre panneau de contrôle</b></a></font>'menuclient[7]='<a href="gestion-webmail.html"><font size="1" color="white"> <b>.: Prendre vos courriel via Webmail</b></a></font>'		var menuwidth='200px' //default menu widthvar menubgcolor='5d6b90'  //menu bgcolorvar disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)var hidemenu_onclick="yes" //hide menu when user clicks within menu?/////No further editting neededvar ie4=document.allvar ns6=document.getElementById&&!document.allif (ie4||ns6)document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')function getposOffset(what, offsettype){var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;var parentEl=what.offsetParent;while (parentEl!=null){totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;parentEl=parentEl.offsetParent;}return totaloffset;}function showhide(obj, e, visible, hidden, menuwidth){if (ie4||ns6)dropmenuobj.style.left=dropmenuobj.style.top="-500px"if (menuwidth!=""){dropmenuobj.widthobj=dropmenuobj.styledropmenuobj.widthobj.width=menuwidth}if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")obj.visibility=visibleelse if (e.type=="click")obj.visibility=hidden}function iecompattest(){return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body}function clearbrowseredge(obj, whichedge){var edgeoffset=0if (whichedge=="rightedge"){var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15dropmenuobj.contentmeasure=dropmenuobj.offsetWidthif (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth}else{var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffsetvar windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18dropmenuobj.contentmeasure=dropmenuobj.offsetHeightif (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeightif ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge}}return edgeoffset}function populatemenu(what){if (ie4||ns6)dropmenuobj.innerHTML=what.join("")}function dropdownmenu(obj, e, menucontents, menuwidth){if (window.event) event.cancelBubble=trueelse if (e.stopPropagation) e.stopPropagation()clearhidemenu()dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudivpopulatemenu(menucontents)if (ie4||ns6){showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)dropmenuobj.x=getposOffset(obj, "left")dropmenuobj.y=getposOffset(obj, "top")dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"}return clickreturnvalue()}function clickreturnvalue(){if (ie4||ns6) return falseelse return true}function contains_ns6(a, b) {while (b.parentNode)if ((b = b.parentNode) == a)return true;return false;}function dynamichide(e){if (ie4&&!dropmenuobj.contains(e.toElement))delayhidemenu()else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))delayhidemenu()}function hidemenu(e){if (typeof dropmenuobj!="undefined"){if (ie4||ns6)dropmenuobj.style.visibility="hidden"}}function delayhidemenu(){if (ie4||ns6)delayhide=setTimeout("hidemenu()",disappeardelay)}function clearhidemenu(){if (typeof delayhide!="undefined")clearTimeout(delayhide)}if (hidemenu_onclick=="yes")document.onclick=hidemenu