function declareMenuStructure()	{


	document.write('<div style="float: left" id="my_menu" class="sdmenu">');


	/*	Section 0		*/
	document.write('<div>');
	document.write('<span style=" background: none; background-color: #7BC040"><a style="color:#ffffff; background: none; padding: 0 0 0 0;" href="index.html">HOME</a></span>');
	document.write('</div>');


	/*	Section 1		*/
	document.write('<div style="color:#451e6d; background-color: #f5ecff">');
	document.write('<span style="background-color: #FAB92E">Faculty Events</span>');
	
	
	//document.write('<a href="../faculty-event/architecture.html">Faculty of Architecture</a>');
	document.write('<ul class="navlist"><li onMouseover="dropdownmenu(this, event, menu7, \'280px\')" onMouseout="delayhidemenu()"><a href="#">Faculty of Architecture</a></li></ul>');
		
	document.write('<ul class="navlist"><li onMouseover="dropdownmenu(this, event, menu6, \'250px\')" onMouseout="delayhidemenu()"><a href="art.html">Faculty of Arts</a></li></ul>');
	
	document.write('<a href="bus.html">Faculty of Business and Economics</a>');
	document.write('<a href="den.html">Faculty of Dentistry</a>');
	document.write('<a href="edu.html">Faculty of Education</a>');
	document.write('<a href="eng.html">Faculty of Engineering</a>');
	document.write('<a href="law.html">Faculty of Law</a>');
	
	//document.write('<ul class="navlist"><li onMouseover="dropdownmenu(this, event, menu1, \'200px\')" onMouseout="delayhidemenu()"><a href="../faculty-event/medicine.html">Li Ka Shing Faculty of Medicine</a></li></ul>');
	document.write('<a href="med.html">Li Ka Shing Faculty of Medicine</a>');
	document.write('<ul class="navlist"><li onMouseover="dropdownmenu(this, event, menu2, \'275px\')" onMouseout="delayhidemenu()"><a href="sci.html">Faculty of Science</a></li></ul>');
	document.write('<ul class="navlist"><li onMouseover="dropdownmenu(this, event, menu5, \'250px\')" onMouseout="delayhidemenu()"><a href="soc.html">Faculty of Social Sciences</a></li></ul>');
	document.write('</div>');


	/*	Section 2		*/
	document.write('<div style="color:#56b3c3; background-color:#f5ffff">');
	document.write('<span style="background-color: #FE0E31">Non-Faculty Units Events</span>');
		document.write('<a href="centennialcampus.html">Centennial Campus</a>');
	document.write('<a href="cedars.html" >Centre of Development and Resources for Students (CEDARS)</a>');
	document.write('<a href="computercentre.html">Computer Centre</a>');
	document.write('<a href="equalopportunity.html">Equal Opportunity Unit</a>');
	document.write('<a href="generaleducation.html">General Education Unit</a>');
	document.write('<a href="humanpreformance.html">Institute of Human Performance</a>');
	document.write('<a href="libraries.html">HKU Libraries</a>');
	
	
	
	document.write('</div>');


	/*	Section 3		*/
	document.write('<div style=" color:#656565; background-color:#fefefe;">');
	document.write('<span style="background-color: #544996; word-spacing: -2px; font-size: 10px">Halls &amp; Student Societies Events</span>');
	//document.write('<a href="../hall-event/events-information.html">Events Information</a>');
	//document.write('<ul class="navlist"><li onMouseover="dropdownmenu(this, event, menu4, \'125px\')" onMouseout="delayhidemenu()"><a href="javascript:void(0)">Halls</a></li></ul>');
	document.write('<a href="halls.html">Halls</a>');
	document.write('<a href="hkusu.html">HKUSU</a>');
	document.write('</div>');


	/*	Section 4		*/
	document.write('<div style="color:#709c70; background-color:#e3ffe3">');
	document.write('<span style="background-color: #5D4D35">Campus Tour</span>');
	document.write('<a href="secondary.html">For Secondary School Students</a>');
	document.write('<a href="Organisations_and_Individuals.html">For other Organisations and Individuals</a>');
	document.write('</div>');



	/*	Section 5		*/
	document.write('<div>');
	document.write('<span style=" background: none; background-color: #007EC9"><a style="font-size: 11px; color:#ffffff; background: none; padding: 0 0 0 0;" href="transportation.html">Transportation</a></span>');
	document.write('</div>');



	/*	Section 6		*/
	document.write('<div>');
	document.write('<span style=" background: none; background-color: #83247F"><a style="font-size: 11px; color:#ffffff; background: none; padding: 0 0 0 0;" href="contactus.html"">Contact Us</a></span>');
	document.write('</div>');
	document.write('</div>');
}
