bgcolor='#006699';
bgcolor2='#6699CC';
bgcolor3='#8F8F8F';
document.write('<div style="position:relative;height:25;z-index:2"><DIV class=popper id=topdeck></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[4] = new Array;
zlien[5] = new Array;
zlien[0][0] = '<span class="menu">GUI</span>';
zlien[0][1] = '<span class="menu">Search</span>';
zlien[0][2] = '<span class="menu">Preview</span>';
zlien[0][3] = '<span class="menu">Simplification</span>';
zlien[0][4] = '<span class="menu">F.A.Q.</span>';
zlien[1][0] = '<span class="menu">e-mail</span>';
zlien[1][1] = '<span class="menu">Phone, Fax, address</span>';
zlien[2][0] = '<span class="menu">Send Form</span>';
zlien[3][0] = '<span class="menu">Link Page</span>';
zlien[3][1] = '<span class="menu">GED@C&reg; Test</span>';
zlien[4][0] = '<span class="menu">Home</span>';
zlien[5][0] = '<span class="menu">Features</span>';

lien = new Array;
lien[0] = new Array;
lien[1] = new Array;
lien[2] = new Array;
lien[3] = new Array;
lien[4] = new Array;
lien[5] = new Array;
lien[0][0] = 'interface.php';
lien[0][1] = 'recherche.php';
lien[0][2] = 'previsualisation.php';
lien[0][3] = 'simplificationdepot.php';
lien[0][4] = 'faq.php';
lien[1][0] = 'mailto:info@gedac.com?Subject=Contact GEDAC';
lien[1][1] = 'contact.php';
lien[2][0] = 'formulaire.php';
lien[3][0] = 'liens.php';
lien[3][1] = 'connect.php';
lien[4][0] = 'index.php';
lien[5][0] = 'point.php';

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 = 24;

function pop(msg,pos,text)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=148><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD style=\"position:relative;z-index:2;cursor:pointer\" BGCOLOR="+bgcolor+" onclick=\"window.location='"+text[pass]+"'\" onMouseOver=\"this.style.background='"+bgcolor2+"'\;window.defaultStatus='"+text[pass]+"'\" onMouseOut=\"this.style.background='"+bgcolor+"';window.defaultStatus=''\" HEIGHT=20><FONT SIZE=1 FACE=\"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><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=889><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD style="cursor:pointer" WIDTH=148 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';kill()" onMouseOut="this.style.background=\''+bgcolor+'\'" onClick="window.location=\'index.php\';kill"><span class="menu">Home</span></TD>')
document.write('<TD style="cursor:pointer" WIDTH=148 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[0],148,lien[0])" onMouseOut="this.style.background=\''+bgcolor+'\'" onClick="window.location=\'interface.php\';kill"><span class="menu">GED@C Functions</span></TD>')
document.write('<TD style="cursor:pointer" WIDTH=148 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';kill()" onMouseOut="this.style.background=\''+bgcolor+'\'" onClick="window.location=\'point.php\';kill"><span class="menu">Features</span></TD>')
document.write('<TD style="cursor:pointer" WIDTH=148 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[1],444,lien[1])" onMouseOut="this.style.background=\''+bgcolor+'\'"><span class="menu">Contact</span></TD>')
document.write('<TD style="cursor:pointer" WIDTH=148 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[2],592,lien[2])" onMouseOut="this.style.background=\''+bgcolor+'\'"><span class="menu">Send Form</span></TD>')
document.write('<TD style="cursor:pointer" WIDTH=149 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[3],740,lien[3])" onMouseOut="this.style.background=\''+bgcolor+'\'"><span class="menu">Links</span></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')


