bgcolor='#E0DFDF';
bgcolor2='#CCCC99';
bgcolor3='#FFF';
bgcolor4='#E0DFDF';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; left:150px; ')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#000000; text-decoration:none;}')
document.write('.ejsmenu {color:#000000; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"><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[6] = new Array;
zlien[7] = new Array;


zlien[0][0] = '<A HREF="../uvvis/v630.html" CLASS=ejsmenu>V-630 UV-VIS Spectrophotometer </A>';
zlien[0][1] = '<A HREF="../uvvis/v630bio.html" CLASS=ejsmenu>V-630Bio UV-VIS Spectrophotometer</A>';
zlien[0][2] = '<A HREF="../uvvis/v650.html" CLASS=ejsmenu>V-650 UV-VIS Spectrophotometer</A>';
zlien[0][3] = '<A HREF="../uvvis/v660.html" CLASS=ejsmenu>V-660 UV-VIS Spectrophotometer</A>';
zlien[0][4] = '<A HREF="../uvvis/v670.html" CLASS=ejsmenu>V-670 UV-VIS-NIR Spectrophotometer</A>';

zlien[1][0] = '<A HREF="../uvvis/uvportecuve.html" CLASS=ejsmenu>Ambient Cell Holder</A>';
zlien[1][1] = '<A HREF="../uvvis/thermo.html" CLASS=ejsmenu>Temperature controlled Cell Holder</A>';
zlien[1][2] = '<A HREF="../uvvis/cuve.html" CLASS=ejsmenu>Micro Cell Holder</A>';
zlien[1][3] = '<A HREF="../uvvis/uvechantillon.html" CLASS=ejsmenu>Sippers & Autosamplers</A>';
zlien[1][4] = '<A HREF="../uvvis/uv-automates.html" CLASS=ejsmenu>Automated Systems </A>';
zlien[1][5] = '<A HREF="../uvvis/uvintegration.html" CLASS=ejsmenu>Integrating Sphere</A>';
zlien[1][6] = '<A HREF="../uvvis/uvoptique.html" CLASS=ejsmenu>Fibres Optiques</A>';
zlien[1][7] = '<A HREF="../uvvis/uvabsolu.html" CLASS=ejsmenu>Absolu Reflectance</A>';
zlien[1][8] = '<A HREF="../uvvis/uvspeculaire.html" CLASS=ejsmenu>Specular Reflectance</A>';
zlien[1][9] = '<A HREF="../uvvis/uvsupport.html" CLASS=ejsmenu>Film Thickness  </A>';
zlien[1][10] = '<A HREF="../uvvis/tableau.html" CLASS=ejsmenu>Tableau comparatif </A>';

zlien[3][0] = '<a href="../logiciels/spectra_manager_suite.php4" CLASS=ejsmenu>Spectra Manager II</a>';
zlien[3][1] = '<a href="../logiciels/spectra_manager_CFR.php4" CLASS=ejsmenu>Spectra Manager II 21CFR11</a>';


if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.left = 120;
	}

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0  BGCOLOR=#000000 WIDTH=150><TR><TD><TABLE WIDTH=150 BORDER=groove CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor4+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=1.9 FACE=\"Bodoni MT\">&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=groove CELLPADDING=0 CELLSPACING=0 BGCOLOR=#888888 WIDTH=90% HEIGHT=60><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=60>')
	
document.write('<tr><TD WIDTH=90% ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1.9 FACE="Bodoni MT"><a href="../uvvis/uv-index.html">UV/Visible/NIR </a></FONT></TD></tr>')

document.write('<tr><TD WIDTH=90% ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],20)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1.9 FACE="Bodoni MT"><a href="../uvvis/access.html">Accessoires UV</a></FONT></TD></tr>')


document.write('<tr><TD WIDTH=90% ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2])" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1.8 FACE="Bodoni MT"><a href="../etalons/etalonsUV.htm">Etalons</a></FONT></TD></tr>')


document.write('<tr><TD WIDTH=90% ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],60)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1.9 FACE="Bodoni MT"><a href="../logiciels/spectra_manager.php4">Logiciel</a></FONT></TD></tr>')

	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');

//////////////////////////////////////////////////////////////////////////////////////
window.onload=montre;
function montre(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}t