function prodropmenu()
{
document.write("<span class='preload2'></span>");
document.write("<ul class='menu2'>");

document.write("<li class='top'><a href='ourvision.htm' id='aboutus' class='top_link'><span class='down'>ABOUT US</span> ");//start about us
document.write("<!--[if gte IE 7]><!-->");
document.write("</a> ");
document.write("<!--<![endif]-->");
document.write("<!--[if lte IE 6]><table><tr><td><![endif]-->");
document.write("    <ul class='sub'>");
document.write("     <li><a href='ourvision.htm'>Our Vision</a></li>");
document.write("     <li><a href='corporateprofile.htm'>Corporate Profile</a></li>");
document.write("     <li><a href='management.htm'>Management</a></li>");
document.write("    </ul>");
document.write("<!--[if lte IE 6]></td></tr></table></a><![endif]-->");
document.write("</li>"); //end about us


document.write("<li class='top'><a href='expertise.htm' id='expertise' class='top_link'><span class='down'>EXPERTISE</span> ");//start services
document.write("<!--[if gte IE 7]><!-->");
document.write("</a> ");
document.write("<!--<![endif]-->");
document.write("<!--[if lte IE 6]><table><tr><td><![endif]-->");
document.write("    <ul class='sub'>");
document.write("     <li><a href='expertise.htm'>Overview</a></li>");
document.write("     <li><a href='hydropower.htm'>Hydropower Engineering</a></li>");
document.write("     <li><a href='plantenergy.htm'>Plant and Energy</a></li>");
document.write("     <li><a href='water.htm'>Water Resources</a></li>");
document.write("     <li><a href='road.htm'>Highways and Transport</a></li>");
document.write("     <li><a href='pm.htm'>Project Management</a></li>");
document.write("    </ul>");
document.write("<!--[if lte IE 6]></td></tr></table></a><![endif]-->");
document.write("</li>"); //end expertise

document.write("<li class='top'><a href='projects.php' id='projects' class='top_link'><span class='down'>PROJECTS</span> ");//start services
document.write("<!--[if gte IE 7]><!-->");
document.write("</a> ");
document.write("<!--<![endif]-->");
document.write("<!--[if lte IE 6]><table><tr><td><![endif]-->");
document.write("    <ul class='sub'>");
document.write("     <li><a href='projects.php'>Projects</a></li>");
document.write("     <li><a href='photogallery.htm'>Photo Gallery</a></li>");
document.write("    </ul>");
document.write("<!--[if lte IE 6]></td></tr></table></a><![endif]-->");
document.write("</li>"); //end projects

document.write("<li class='top'><a href='employment.php' id='employment' class='top_link'><span>EMPLOYMENT</span> ");//start employment
document.write("<!--[if gte IE 7]><!-->");
document.write("</a> ");
document.write("<!--<![endif]-->");
document.write("<!--[if lte IE 6]><table><tr><td><![endif]-->");
document.write("<!--[if lte IE 6]></td></tr></table></a><![endif]-->");
document.write("</li>"); //end employment

document.write("<li class='top'><a href='news.php' id='employment' class='top_link'><span>NEWS</span> ");//start news
document.write("<!--[if gte IE 7]><!-->");
document.write("</a> ");
document.write("<!--<![endif]-->");
document.write("<!--[if lte IE 6]><table><tr><td><![endif]-->");
document.write("<!--[if lte IE 6]></td></tr></table></a><![endif]-->");
document.write("</li>"); //end latest news


document.write("<li class='top'><a href='publications.htm' id='publications' class='top_link'><span>PUBLICATIONS</span> ");//start publications
document.write("<!--[if gte IE 7]><!-->");
document.write("</a> ");
document.write("<!--<![endif]-->");
document.write("<!--[if lte IE 6]><table><tr><td><![endif]-->");
document.write("<!--[if lte IE 6]></td></tr></table></a><![endif]-->");
document.write("</li>"); //end Publications

document.write("<li class='top'><a href='links.htm' id='links' class='top_link'><span>LINKS</span> ");//start links
document.write("<!--[if gte IE 7]><!-->");
document.write("</a> ");
document.write("<!--<![endif]-->");
document.write("<!--[if lte IE 6]><table><tr><td><![endif]-->");
document.write("<!--[if lte IE 6]></td></tr></table></a><![endif]-->");
document.write("</li>"); //end Links

document.write("<li class='top'><a href='contact.htm' id='contact' class='top_link'><span class='down'>CONTACT</span> ");//start contact
document.write("<!--[if gte IE 7]><!-->");
document.write("</a> ");
document.write("<!--<![endif]-->");
document.write("<!--[if lte IE 6]><table><tr><td><![endif]-->");
document.write("    <ul class='sub'>");
document.write("     <li><a href='contact.htm'>Contact Us</a></li>");
document.write("     <li><a href='feedback.htm'>Your Feedback</a></li>");
document.write("    </ul>");
document.write("<!--[if lte IE 6]></td></tr></table></a><![endif]-->");
document.write("</li>"); //end contact

document.write("</ul>");//end dropdown menu
  }
  


