// JavaScript Document
/*
Tabs Menu (mouseover)- By Dynamic Drive
For full source code and more DHTML scripts, visit http://www.dynamicdrive.com
This credit MUST stay intact for use
*/

var submenu=new Array()

//Set submenu contents. Expand as needed. For each content, make sure everything exists on ONE LINE. Otherwise, there will be JS errors.

submenu[0]='<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="71" class="sha"><a href="vision mission.htm" class="sha">Vision Mission </a></td><td width="25">&nbsp;</td><td width="64" class="sha"><a href="Management.htm" class="sha">Management</a></td><td width="25">&nbsp;</td><td width="66" class="sha"><a href="Quality Policy.htm" class="sha">Quality Policy </a></td><td width="25">&nbsp;</td><td width="59" class="sha"><a href="Achievement.htm" class="sha">Achievement</a></td><td width="25">&nbsp;</td><td width="38" class="sha"><a href="Financial.htm" class="sha">Financial</a></td><td width="25">&nbsp;</td><td width="157" class="sha"><a href="FAQ.htm" class="sha">FAQ</a></td></tr></table>'
submenu[1]='<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="230" class="sha">&nbsp;</td><td width="66"><span class="sha"><a href="infrastructure.htm" class="sha">Infrastructure</a></span></td><td width="26" class="sha">&nbsp;</td><td width="98"><span class="sha"><a href="production process.htm" class="sha">Production process</a></span></td><td width="26" class="sha">&nbsp;</td><td width="143"><a href="testing lab and equipment.htm" class="sha">Testing lab and Equipment</a></td></tr></table>'
submenu[2]='<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="145" class="sha">&nbsp;</td><td width="34" class="sha"><a href="HT Power Cables upto 33 KV.htm" class="sha">Cables</a></td><td width="24">&nbsp;</td><td width="56" class="sha"><a href="All Aluminum conductor.htm" class="sha">Conductors</a></td><td width="24">&nbsp;</td><td width="111" class="sha"><a href="Continuous Casting Mill.htm" class="sha">Continuous Casting Mill</a></td><td width="24">&nbsp;</td><td width="53" class="sha"><a href="Poles.htm" class="sha">PSC Poles</a></td><td width="24">&nbsp;</td><td width="85" class="sha"><a href="EPC Division.htm" class="sha">EPC Division </a></td></tr></table>'

//Set delay before submenu disappears after mouse moves out of it (in milliseconds)
var delay_hide=300

/////No need to edit beyond here

var menuobj=document.getElementById? document.getElementById("describe") : document.all? document.all.describe : document.layers? document.dep1.document.dep2 : ""

function showit(which){
clear_delayhide()
thecontent=(which==-1)? "" : submenu[which]
if (document.getElementById||document.all)
menuobj.innerHTML=thecontent
else if (document.layers){
menuobj.document.write(thecontent)
menuobj.document.close()
}
}

function resetit(e){
if (doc
