// JavaScript Document
var text="<note>";
text=text+"<to>|</to>";
text=text+"<from>|</from>";
text=text+"<heading>|</heading>";
text=text+"<body>|</body>";
text=text+"</note>";

// code for IE
if (window.ActiveXObject)
  {
  var doc=new ActiveXObject("Microsoft.XMLDOM");
  doc.async="false";
  doc.loadXML(text);
  }
// code for Mozilla, Firefox, Opera, etc.
else
  {
  var parser=new DOMParser();
  var doc=parser.parseFromString(text,"text/xml");
  }

var x=doc.documentElement;

document.write('&nbsp;<a href="../index.html">home</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../pdf/10years_report.pdf">10 years financial report</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../pdf/blancesheet.pdf">balance sheet</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../pdf/profit&loss.pdf">profit & loss</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/vacancy.html">vacancy</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/recruitment.html">recruitment</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/news_events.html">news & events</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/equipment.html">equipment</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write("<br />");
document.write('&nbsp;<a href="../html/empl_strength.html">employee strength</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/empl_details.html">employees details</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/tenders.html">NIT</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/tenders_registration.html">tender registration</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/annual_report.html">annual report</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/news_letter.html">news letter</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/brochure.html">brochure</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/multimedia_presentation.html">multimedia presentation</a>&nbsp;');
document.write("<br />");
document.write("<br />");
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/more_introduction.html">company profile</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/our_mission.html">our mission</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/our_vision.html">our vision</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/cmd_message.html">CMD message</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../pdf/information.pdf">RTI 2005</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/boardofdirector.html">board of director</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../pdf/corporate_policy.pdf">corporate policy</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write("<br />");
document.write('&nbsp;<a href="../pdf/corporate_objective.pdf">corporate objective</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/client_certificate.html">client certificate</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/executed_projects.html">executive</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/non_executives.html">non executive</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/workmen.html">workmen</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../pdf/corp_dir.PDF">corporate office</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../pdf/zonal.PDF">zonal/unit office</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write("<br />");
document.write("<br />");
document.write('&nbsp;<a href="../html/dams_weirs.html">dams/weirs</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/barrages.html">barrages</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/canal.html">canal</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/hydro_projects.html">hydroelectric project</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/tunnels_underground.html">tunnels & underground</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/town_building.html">township & building</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write("<br />");
document.write('&nbsp;<a href="../html/phee_projects.html">public health engineering and environmental</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/surface_trans_projects.html">surface transport projects</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/thermal_power_projects.html">thermal power projects</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/industrial_structure.html">industrial structures</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write("<br />");
document.write('&nbsp;<a href="../html/project_management.html">project management consultancy</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/international_projects.html">international projects</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/chimney_trans.html">chimney transmission lines</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/ongoing_projects.html">ongoing projects</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/executed_projects.html">executed projects</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write("<br />");
document.write("<br />");
document.write('&nbsp;<a href="../cvo/cvo_profile.html">CVO Corner</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../cvo/npcc_vigilance.html">NPCC Vigilance</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../cvo/guidelines.html">Guidelines</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../cvo/do.html">Dos and don’ts</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../cvo/vigilance_status.html">Vigilance Status </a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write("<br />");
document.write('&nbsp;<a href="../cvo/what_is_new.html">What is new?</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../cvo/action_plan.html">Action Plan</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../cvo/important_links.html">Important Links</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../cvo/information.html">Information</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../cvo/publication.html">Publication</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../cvo/about_us.html">About Us</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write("<br />");
document.write("<br />");
document.write('&nbsp;<a href="../html/feedback.html">feedback</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/sitemap.html">sitemap</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../html/usefull_links.html">useful links</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);