// JavaScript Document
document.write("<DIV id=nav-main>");
document.write("<UL id=nav>");
document.write("<LI><A href=aboutus.html>PROFILE</A> ");
document.write("<UL>");
document.write("<LI><A href=aboutus.html>About Us </A> </LI>");
//document.write("<LI><A href=vision.html>Vision & Mission </A> </LI>");
//document.write("<LI><A href=management.html>Management Team </A> </LI>");
document.write("<LI><A href=policy.html>Quality Policy</A> </LI>");
document.write("<LI><A href=certificates.html>Certificates  </A> </LI>");
document.write("<LI><A href=location.html>Location </A> </LI>");

/* ------- Sub Menu -------- 
document.write("<LI><A class=parent href=aboutus.html>About Us </A> ");
document.write("<UL>");
document.write("<LI><A href=history.html> History </A> </LI> ");
document.write("<LI><A href=history2.html>History 2</A> </LI> ");
document.write("</UL></LI>");
*/
document.write("</UL></LI>");

document.write("<LI><A class=solutions href=products.html>PRODUCTS</A> ");
document.write("<UL>");
document.write("<LI><A href=material.html>Material</A> </LI>");
document.write("<LI><A href=range.html>Range of Material</A> </LI>");
document.write("<LI><A href=products.html>Gallery </A> </LI>");
//document.write("<LI><A href=test_machines.html>Testing Equipments </A> </LI>");
document.write("</UL>");
document.write("</LI>");



/*
document.write("<LI><A class=technology href=services.html>OUR SERVICES</A> ");
document.write("<UL>");
document.write("<LI><A href=investment.html>Investment Casting </A> </LI>");
document.write("<LI><A href=sand.html>Sand Casting</A> </LI>");
document.write("<LI><A href=alloymould.html>Alloy Moulding </A> </LI>");
document.write("<LI><A href=tool.html>Tool Manufacturing  </A> </LI>");
//document.write("<LI><A href=dimension.html>Dimension Acquires </A> </LI>");
document.write("</UL></LI>");
*/

document.write("<LI><A class=solutions href=facilities.html>FACILITIES </A> ");
document.write("<UL>");
document.write("<LI><A href=melting.html>Melting</A> </LI>");
document.write("<LI><A href=moulding.html>Moulding</A> </LI>");
document.write("<LI><A href=heat.html>Heat Treatment</A> </LI>");
document.write("<LI><A href=fettling.html>Fettling</A> </LI>");
document.write("<LI><A href=patternshop.html>Pattern Shop </A> </LI>");
document.write("</UL></LI>");

document.write("<LI><A class=solutions href=quality.html>QUALITY</A> ");
document.write("<UL>");
//document.write("<LI><A href=quality.html>Quality Control</A> </LI>");
document.write("<LI><A href=qualityass.html>Quality Assurance</A> </LI>");
document.write("<LI><A href=testing.html>Testing </A> </LI>");
//document.write("<LI><A href=thirdparty.html>Third Party Inspection </A> </LI>");
document.write("</UL>");
document.write("</LI>");


document.write("<LI><A class=solutions href=clients.html>CUSTOMERS</A> ");
//document.write("<UL>");
//document.write("<LI><A href=foundry_machines.html>Foundry Machineries </A> </LI>");
//document.write("<LI><A href=cnc_machines.html>CNC Machine Shop </A> </LI>");
//document.write("<LI><A href=test_machines.html>Testing Equipments </A> </LI>");
//document.write("</UL>");
document.write("</LI>");

document.write("<LI><A class=solutions href=enquiry.html>ENQUIRY</A> ");
document.write("<UL>");
document.write("<LI><A href=enquiry.html>General Enquiry </A> </LI>");
document.write("<LI><A href=contact.html>Contact Us </A> </LI>");
//document.write("<LI><A href=carrers.html>Carrers @ KOSO </A> </LI>");
document.write("</UL>");
document.write("</LI>");

document.write("</UL></DIV>");
