<!-- 
document.write('<form METHOD="POST" onsubmit="window.open(this.elements[0].options[this.elements[0].selectedIndex].value,\'main\'); return(false)">');
document.write('<select NAME="service" SIZE=9 width=18 onChange="window.open(this.options[this.selectedIndex].value,\'_top\')">');
document.write('<option value="" SELECTED><font face="arial,helvetica"><font size=-1>----Menu----');
document.write('<option VALUE="index.shtml">Welcome Page');
document.write('<option VALUE="hr_information.shtml">Course Information');
document.write('<option VALUE="hr_details.shtml">Course Details');
document.write('<option VALUE="hr_photo.shtml">Photo Gallery');
document.write('<option VALUE="hr_fees.shtml">Fees and Membership');
document.write('<option VALUE="hr_location.shtml">Our Location');
document.write('<option VALUE="hr_contact.shtml">Contact Us');
document.write('<option VALUE="hr_links.shtml">Links');
document.write('</font></font>');
document.write('</select></form>');
// end hiding contents -->

