posYmenu = 110;
bgcolor='#3c549c';
bgcolor2='#ff9933';
posXmenu = 0;
document.write('<style type="text/css">');
document.write('.poppervert { 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 {color:#ffffff; text-decoration:none;}')
document.write('A.ejsmenu {color:#ffffff; text-decoration:none;}')
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="our_company.htm" CLASS=ejsmenu>Introduction</A>';
zlien[1][0] = '<A HREF="the_forge.htm" CLASS=ejsmenu>The Forge</A>';
zlien[1][1] = '<A HREF="heat_treatment.htm" CLASS=ejsmenu>The Heat Treatment</A>';
zlien[1][2] = '<A HREF="screw_cutting.htm" CLASS=ejsmenu>The Screw-cutting</A>';
zlien[1][3] = '<A HREF="adjustment_thread.htm" CLASS=ejsmenu>Adjustment and Thread</A>';
zlien[1][4] = '<A HREF="verification_testings.htm" CLASS=ejsmenu>Verification and Testing</A>';
zlien[2][0] = '<A HREF="standards_reference.htm" CLASS=ejsmenu>Standards of reference</A>';
zlien[2][1] = '<A HREF="steel_grades_worked.htm" CLASS=ejsmenu>Steel grades worked</A>';
zlien[2][2] = '<A HREF="threading_process.htm" CLASS=ejsmenu>The Threading process</A>';
zlien[3][0] = '<A HREF="contact_us.htm" CLASS=ejsmenu>Contact us</A>';
zlien[3][1] = '<A HREF="contact_plan_access.htm" CLASS=ejsmenu>Plan of Access</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+99;

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=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=\"Arial\"><B>&nbsp;&nbsp;"+msg[pass]+"</B></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=100><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=40>')
document.write('<TR><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=40><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Our Company</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],41)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=40><A onClick="return(false)" onMouseOver="pop(zlien[1],21)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Our Know-How</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],82)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=40><A onClick="return(false)" onMouseOver="pop(zlien[2],82)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Our Products</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],123)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=40><A onClick="return(false)" onMouseOver="pop(zlien[3],123)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>Contact us !</B></FONT></a></TD></TR>')
document.write('</TABLE></TD></TR></TABLE></DIV>')