bgcolor='#CECFCE';
bgcolor2='#313031';
bgcolor3='#747474';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; left:99px ')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('</style>')
document.write('<div style="position:relative;height:15"><DIV class=popper id=topdeck></DIV>');

zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;
zlien[5] = new Array;
zlien[6] = new Array;
zlien[7] = new Array;

zlien[1][0] = '<A HREF="Historique.htm" CLASS=ejsmenu>Profil</A>';
zlien[1][1] = '<A HREF="http://www.reseau-sadc.qc.ca/perce/" CLASS=ejsmenu>Partenaires</A>';


zlien[2][0] = '<A HREF="HV.htm" CLASS=ejsmenu>Types de services</A>';
zlien[2][1] = '<A HREF="http://bmcable.ca/configurationemail.htm" CLASS=ejsmenu>configuration couriel</A>';
zlien[2][2] = '<A HREF="http://bmcable.ca/accueilupload.htm" CLASS=ejsmenu>astuce sur le upload</A>';



zlien[3][0] = '<A HREF="http://bmcable.ca/canauxanalogique.htm" CLASS=ejsmenu>Analogique</A>';
zlien[3][1] = '<A HREF="http://bmcable.ca/indexnum.htm" CLASS=ejsmenu>Numérique</A>';


zlien[4][0] = '<A HREF="contact.htm" CLASS=ejsmenu>Contats</A>';

zlien[5][0] = '<A HREF="ts.htm" CLASS=ejsmenu>Terminal Serveur</A>';
zlien[5][1] = '<A HREF="/utilitaire" CLASS=ejsmenu>VPN</A>';

zlien[6][0] = '<A HREF="http://bmcable.ca/Liens.htm" CLASS=ejsmenu>Divers</A>';


if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	}

function pop(msg,pos,vert)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
skn.left = vert;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=150><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor2+" onMouseOver=\"this.style.background='"+bgcolor3+"'\" onMouseOut=\"this.style.background='"+bgcolor2+"'\" HEIGHT=18><FONT SIZE=1 FACE=\"Verdana\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
document.getElementById("topdeck").innerHTML = content;
skn.visibility = "visible";
}
function kill()
{
	if(document.getElementById)
		skn.visibility = "hidden";
}
document.onclick = kill;
if(document.getElementById)
	{
	document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 HEIGHT=25 WIDTH=100%>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'"><A HREF="index.htm" CLASS=ejsmenutop><FONT SIZE=1 FACE="Verdana"><b>Accueil</b></FONT></A></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],25,97)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenutop><A HREF="#" CLASS=ejsmenutop><FONT SIZE=1 FACE="Verdana"><b>Entreprise</b></FONT></A></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],25,199)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenutop><A HREF="#" CLASS=ejsmenutop><FONT SIZE=1 FACE="Verdana"><b>Internet</b></FONT></A></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],25,282)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenutop><A HREF="#" CLASS=ejsmenutop><FONT SIZE=1 FACE="Verdana"><b>Câble/TV</b></FONT></A></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],25,369)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenutop><A HREF="#" CLASS=ejsmenutop><FONT SIZE=1 FACE="Verdana"><b>Contacts</b></FONT></A></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[6],25,471)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenutop><A HREF="#" CLASS=ejsmenutop><FONT SIZE=1 FACE="Verdana"><b>Autres Liens</b></FONT></A></TD>')
	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');

