// JavaScript Document
bgcolor='#FF9900';
bgcolor2='#999999';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute;  z-index:0; }')
document.write('A:hover.menu {color:#FFFFFF; text-decoration:none;}')
document.write('A.menu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:20"><DIV class=popper id=topdeck></DIV>');

/*
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="#992000" CLASS=menu>99 et 2000</A>';
zlien[0][1] = '<A HREF="#millenium" CLASS=menu>Millenium</A>';
zlien[0][2] = '<A HREF="#powerpos" CLASS=menu>PowerPos</A>';
zlien[0][3] = '<A HREF="#retailblade" CLASS=menu>Retail Blade</A>';
zlien[0][4] = '<A HREF="#lcd" CLASS=menu>Ecran Tactile</A>';
zlien[0][5] = '<A HREF="#ds8" CLASS=menu>DS800</A>';
zlien[0][6] = '<A HREF="#56k" CLASS=menu>Modem PCI 56K</A>';
zlien[0][6] = '<A HREF="#Tipro" CLASS=menu>Claviers TIPRO</A>';
zlien[1][0] = '<A HREF="manuals.asp.htm" CLASS=menu>Manuels Techniques</A>';
zlien[2][0] = '<A HREF="#opos" CLASS=menu>Opos</A>';
zlien[2][1] = '<A HREF="#opos" CLASS=menu>Utilitaires</A>';
zlien[3][0] = '<A HREF="#imaDigi5000" CLASS=menu>Digi5000</A>';
zlien[3][1] = '<A HREF="#imafrontier" CLASS=menu>DigiTouchPoS</A>';
zlien[3][2] = '<A HREF="#imapowerpos" CLASS=menu>PowerPos</A>';
zlien[3][3] = '<A HREF="#imaRB" CLASS=menu>Retail Blade</A>';
zlien[3][4] = '<A HREF="#imalogo" CLASS=menu>Logo DigiPoS</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 = 24;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#CCCCCC WIDTH=150><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=\"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=#CCCCCC WIDTH=560><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=20><TR>')
document.write('<TD WIDTH=120 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=menu><FONT SIZE=1 FACE="Verdana">Drivers       | </FONT></a></TD>')
document.write('<TD WIDTH=80 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],185)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],185)" href=# CLASS=menu><FONT SIZE=1 FACE="Verdana">Manuels |</FONT></a></TD>')
document.write('<TD WIDTH=80 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],310)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],310)" href=# CLASS=menu><FONT SIZE=1 FACE="Verdana">Drivers Opos |</FONT></a></TD>')
document.write('<TD WIDTH=80 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],435)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],435)" href=# CLASS=menu><FONT SIZE=1 FACE="Verdana">Images |</FONT></a></TD>')

document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')
