/****************************************************************/
/****************************************************************/
//pour l'ecart entre chaque sous-menu, voir la page index
posgauche=62;  //position du menu par rapport à la gauche(ie)
poshaut=357;  //position du menu par rapport au haut(ie)
ahover='color:black;font-size : 11px;font-weight : bold; text-decoration:none;';//survol du lien
anormal='color:#325EA3;font-size : 11px;font-weight : bold; text-decoration:none;';//lien normal
/****************************************************************/
/****************************************************************/


posYmenu = posgauche;
    if(!document.all) posYmenu = posgauche-10//NS
bgcolor='#B5B8BB';
bgcolor2='#B5B8BB';
needcenter =false;
if(!needcenter)
	{
	posXmenu = poshaut; 
	if(!document.all) posXmenu = poshaut-10;//NS
	}
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(500/2);
	else
		posXmenu = (window.innerWidth/2)-(200/2); 
	}

	
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; left:'+posXmenu+'px; z-index:10; }')
document.write('A:hover.ejsmenu {'+ahover+'}')
document.write('A.ejsmenu {'+anormal+'}')
document.write('</style>')
document.write('<DIV class=popper id=topdeck></DIV>');


zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[0][0] = '<A HREF="expertise/swiftnet.htm" CLASS="ejsmenu">SWIFTNet</A>';
zlien[0][1] = '<A HREF="expertise/cri.htm" CLASS="ejsmenu">CRI</A>';
zlien[0][2] = '<A HREF="expertise/cls.htm" CLASS="ejsmenu">CLS</A>';
zlien[0][3] = '<A HREF="expertise/sit.htm" CLASS="ejsmenu">SIT</A>';
zlien[0][4] = '<A HREF="solution/consultancy.htm" CLASS="ejsmenu">Consultancy</A>';
zlien[0][5] = '<A HREF="solution/systeme.htm" CLASS="ejsmenu">System Integration</A>';

zlien[1][0] = '<A HREF="solution/cristal.htm" CLASS="ejsmenu">CRISTAL Products</A>';
zlien[1][1] = '<A HREF="solution/pay_sys.htm" CLASS="ejsmenu">ACH & RTGS</A>';
zlien[1][2] = '<A HREF="solution/asit.htm" CLASS="ejsmenu">ASIT</A>';
zlien[1][3] = '<A HREF="solution/geodit.htm" CLASS="ejsmenu">GEODIT</A>';
zlien[1][4] = '<A HREF="solution/wise.htm" CLASS="ejsmenu">Wise</A>';
zlien[1][5] = '<A HREF="solution/SSB.htm" CLASS="ejsmenu">SSB</A>';
zlien[1][6] = '<A HREF="solution/BPEACH.htm" CLASS="ejsmenu">BPEACH</A>';


var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { skn = document.topdeck }
else if (dom) { skn = document.getElementById("topdeck").style }
else if (iex) { skn = topdeck.style }
skn.top = posYmenu+17;
if(document.layers) skn.top = posYmenu+10;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = posXmenu+pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#CCCCCC WIDTH=135><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=20><FONT SIZE=1 FACE=\"Arial, Verdana\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
if (nava)
  {
    skn.document.write(content);
	  skn.document.close();
	  skn.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
}
function kill()
{
	skn.visibility = "hidden";
}
document.onclick = kill;


/*
document.write('<DIV ID=topgauche style="position:absolute; left:349px; top:170px; width:200px; height:25px; z-index:3"> <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#ffffff WIDTH=100><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25>')
document.write('<TR><TD WIDTH=100 ALIGN=center HEIGHT= BGCOLOR=#B2B2B2 onMouseOver="this.style.background=\'#B2B2B2\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejmenu>&nbsp;</a></TD>') 
document.write('<TD WIDTH=100 ALIGN=center HEIGHT= BGCOLOR=#B2B2B2 onMouseOver="this.style.background=\'#B2B2B2\';pop(zlien[1],26)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],26)" href=# CLASS=ejmenu>&nbsp;</a></TD></TR>')
document.write('</TABLE></TD></TR></TABLE></DIV>')
*/

document.write('<div id="Layer1" style="position:absolute; left:270px; top:155px;  width:450; height:250px; z-index:1">')
document.write('<TABLE width=450 border=0 height=250><tr><td onMouseOver="return kill()">&nbsp;</td></tr></TABLE>')
document.write('</div>')

