// JavaScript Document

// menu .js
document.write('<div id="masterdiv">');

	document.write('<div class="menuend">&nbsp;</div>');
	document.write('</div>');

//	document.write('<div class="menutitle" onclick="SwitchMenu(\'sub1\')"><img src="images/menubullet.gif" width="6" height="6" alt="bullet" align="absmiddle"> <a href="../index.html">Home</a></div>');
//	document.write('<span class="submenu" id="sub1"></span>');


//	document.write('<div class="menutitle" onclick="SwitchMenu(\'sub2\')"><img src="images/menubullet.gif" width="6" height="6" alt="bullet" align="absmiddle"> <a href="../index.html">About Us</a></div>');
//	document.write('<span class="submenu" id="sub2">');
//	document.write('- <a href="../index.html">History</a><br>');
//	document.write('- <a href="../index.html">Our Services</a>');
//	document.write('</span>');


	
//	document.write('<div class="menutitle" onclick="SwitchMenu(\'sub3\')"><img src="images/menubullet.gif" width="6" height="6" alt="bullet" align="absmiddle"> <a href="../index.html">Programmes</a></div>');
//	document.write('<span class="submenu" id="sub3">');
//	document.write('	- <a href="../index.html">Ongoing</a><br>');
//	document.write('	- <a href="../index.html">Past</a><br>');
//	document.write('	- <a href="../index.html">Press Centre</a><br>');

//	document.write('</span>');
	
//	document.write('<div class="menutitle" onclick="SwitchMenu(\'sub4\')"><img src="images/menubullet.gif" width="6" height="6" alt="bullet" align="absmiddle"> <a href="../index.html">Resources</a></div>');
//	document.write('<span class="submenu" id="sub4">');
//	document.write('	- <a href="index.html">For Loan & Use</a><br>');
//	document.write('	- <a href="index.html">Resource Library</a><br>');	
//	document.write('	- <a href="index.html">Games & Media</a><br>');	
//	document.write('	- <a href="index.html">Research Papers</a><br>');
//	document.write('	- <a href="index.html">Useful Links</a>');
//	document.write('</span>');
	
	
	document.write('<div class="menutitle" onclick="SwitchMenu(\'sub5\')"><img src="images/menubullet.gif" width="6" height="6" alt="bullet" align="absmiddle"> <a href="http://www.onepeople.sg/old/facility.html">Facilities</a></div>');
	document.write('<span class="submenu" id="sub5">');
	document.write('	- <a href="http://www.onepeople.sg/old/bookinglist.html">View Facilities</a><br>');
	document.write('    - <a href="http://www.jssc.org.sg/facilities/viewfacility.asp">Check Availability</a><br>');
	document.write('	- <a href="http://www.onepeople.sg/old/facilities/f_rules.htm">Online Booking</a><br>');
	document.write('	- <a href="http://www.onepeople.sg/old/locationmap.html">Location Map</a><br>');
	document.write('	- <a href="http://www.onepeople.sg/old/services.html">Other Services</a>');
	document.write('</span>');
	
//	document.write('<div class="menutitle" onclick="SwitchMenu(\'sub6\')"><img src="images/menubullet.gif" width="6" height="6" alt="bullet" align="absmiddle"> <a href="../index.html">Contact Us</a></div>');
//	document.write('<span class="submenu" id="sub6"></span>');


	document.write('<div class="menuend">&nbsp;</div>');
	document.write('</div>');