// 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('<br/>');
document.write('&nbsp;<a href="../index.html">Home</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="ingofisrm.html">ING of ISRM </a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="cbip.html">CBIP</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="rockinindia.html">Rock Engineering in India</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="president_isrm.html">President, ISRM</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="presidentingisrm.html">President, ING ISRM</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="iab.html">International Advisory Board</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="org_committee.html">Organising Committee</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="technical_committee.html">Technical Committee</a>&nbsp;');
document.write('<br>');
document.write();
document.write('&nbsp;<a href="venue.html">venue</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="howtoreach.html">How to Reach</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="themes.html">Theme</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="important_dates.html">Important dates</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="programme.html">Programme</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../pdf/Keynote_Speakers.pdf">Keynote Lectures</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);	
document.write('&nbsp;<a href="../pdf/Biodata.pdf">Profile of Keynote Speakers</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="about_exhibition.html">About Exhibition </a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="exhibition_layout.html">Exhibition layout</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="tariff.html">Tariff & Facilities</a>&nbsp;');

document.write('<br>');
document.write('&nbsp;<a href="exihi_terms&condition.html">Exhi. Terms and Condition</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="registration_fee.html">Registration Fee</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../pdf/Registration_Form.pdf" target="_blank">Registration Form</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="sponsorship.html">Sponsorship</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="advertisement.html">Advertisement</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="mode_of_payment.html">Mode of Payment</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="hotel_accommodation.html">Hotel Accommodation</a>&nbsp;');

document.write('<br>');
document.write();
document.write('&nbsp;<a href="../pdf/Accompanying_Persons_Tours.pdf" target="_blank">Accompanying person&#8217;s Tours</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../pdf/Tour_to_Agra.pdf" target="_blank">Tour to Agra</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../pdf/Pre-Post_Symposium_Tour.pdf target="_blank">Pre/Post Symposium Tours</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../pdf/Mode _of_Payment.pdf target="_blank">Mode of Payment & cancellation policy</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="terms_condition.html">Tour / Hotel Acco. Res, Form</a>&nbsp;');
document.write('<br>');
document.write();
document.write('&nbsp;<a href="official_travel_agent.html">Official Travel Agent</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="visa_requirement.html">Visa Requirements</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="currency.html">Currency</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="general_info_sub.html">General Information</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="liability_disclaimer.html">Liablility & Disclaimer</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="contact_us.html">Contact Us</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="../pdf/6ARMS-SECOND BULLETIN.pdf", target="_blank">Second Bulletin</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="submit_fulltext.aspx">Submit Full Text</a>&nbsp;');
document.write(x.childNodes[1].childNodes[0].nodeValue);
document.write('&nbsp;<a href="register.aspx">Online Registration</a>&nbsp;');
document.write();


