posYmenu = 40;
bgcolor='#FFFFFF';
bgcolor2='#FF6666';
posXmenu = 45;
document.write('<style type="text/css">');
document.write('.poppervert { POSITION: absolute; VISIBILITY: hidden; z-index:1; }')
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; left:'+posXmenu+'px; z-index:0; }')
document.write('A:hover.ejsmenu {color:#000000; text-decoration:none;}')
document.write('A:hover.ejsmenu2 {color:#000000; text-decoration:underline;}')
document.write('A.ejsmenu {color:#000000; text-decoration:none;}')
document.write('A.ejsmenu2 {color:#000033; text-decoration:underline;}')
document.write('</style>')
document.write('<DIV class=poppervert id=topdeckvert></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
<http://www.editeurjavascript.com>
*/

/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[0][0] = '<A HREF="http://www.vp-communication.com/prestations/conseil.htm" CLASS=ejsmenu>Conseil en communication</A>';
zlien[0][1] = '<A HREF="http://www.vp-communication.com/prestations/relations.htm" CLASS=ejsmenu>Relations Presse</A>';
zlien[0][2] = '<A HREF="http://www.vp-communication.com/prestations/mediatraining.htm" CLASS=ejsmenu>Media Training</A>';
zlien[0][3] = '<A HREF="http://www.vp-communication.com/prestations/identite.htm" CLASS=ejsmenu>Identité visuelle</A>';
zlien[0][4] = '<A HREF="http://www.vp-communication.com/prestations/sites.htm" CLASS=ejsmenu>Sites Intra/Extra/Internet</A>';
zlien[0][5] = '<A HREF="http://www.vp-communication.com/prestations/edition.htm" CLASS=ejsmenu>Edition</A>';
zlien[0][6] = '<A HREF="http://www.vp-communication.com/prestations/evenements.htm" CLASS=ejsmenu>Evénements</A>';
zlien[1][0] = '<A HREF="http://www.vp-communication.com/agence/agence_communication.htm" CLASS=ejsmenu target="_parent">L\'Agence</A>';
zlien[2][0] = '<A HREF="http://www.vp-communication.com/prive/clients/index.htm" CLASS=ejsmenu target="_parent">Espace Clients</A>';
zlien[3][0] = '<A HREF="#" onClick="MM_openBrWindow(\'http://www.carrepresse.biz/cpresse/cp/index.php?client=113\',\'carrepresse\',\'width=790,height=540\')" CLASS=ejsmenu>Carré Presse</A>';
var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { sknvert = document.topdeckvert }
else if (dom) { sknvert = document.getElementById("topdeckvert").style }
else if (iex) { sknvert = topdeckvert.style }
sknvert.left = posXmenu+109;

function pop(msg,pos)
{
sknvert.visibility = "hidden";
sknvert.top = posYmenu+pos;
a=true
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=175><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
{
content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=18;kill()><FONT SIZE=1 FACE=\"Verdana\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
pass++;
}
content += "</TABLE></TD></TR></TABLE>";
if (nava)
{
sknvert.document.write(content);
sknvert.document.close();
sknvert.visibility = "visible";
}
else if (dom)
{
document.getElementById("topdeckvert").innerHTML = content;
sknvert.visibility = "visible";
}
else if (iex)
{
document.all("topdeckvert").innerHTML = content;
sknvert.visibility = "visible";
}
}
function kill()
{
sknvert.visibility = "hidden";
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=110><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=18>')
document.write('<TR><TD WIDTH=110  BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],1)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=18><A onClick="return(false)" onMouseOver="pop(zlien[0],1)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">&nbsp;&nbsp;Prestations</FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=110  BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],19)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=18><A onClick="return(false)" onMouseOver="pop(zlien[1],19)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">&nbsp;&nbsp;Agence</FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=110  BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],38)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=18><A onClick="return(false)" onMouseOver="pop(zlien[2],38)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">&nbsp;&nbsp;En privé</FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=110  BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],57)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=18><A onClick="return(false)" onMouseOver="pop(zlien[3],57)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">&nbsp;&nbsp;Carré Presse</FONT></a></TD></TR>')
document.write('</TABLE></TD></TR></TABLE></DIV>')



