function header(){	
	document.writeln('<div id="headerContainer"><div id="headerLeft"><a href="./index.html"><img src="./image/morningsidelogo.jpg" border="0" width="272" height="80" alt="morningside logo" /><a></div><div id="headerCenter">');
    document.writeln('  <img src="image/CUHK45.jpg" alt="CUHK logo" width="298" height="60" />');
	document.writeln('  </div>');
	document.writeln('</div>');
}


function menu(){
	document.writeln('<ul class="lv1">');
	document.writeln(' 	  <li><a href="./Intro.html">Introduction</a>');
	//document.writeln('</li>');
	document.writeln('<div><ul>');
	document.writeln(' 	  <li><a href="./MessageFromMaster.html">Message from the Master</a></li>');
	document.writeln('      <li><a href="./Goal.html">Goals</a></li>');
	document.writeln('      <li><a href="./Motto.html">Motto</a></li>');
	//document.writeln('      <li><a href="./Emblem.html">College Emblem</a></li>');
	
	document.writeln('</ul></div></li>');


	document.writeln('      <li><a href="http://www.cuhk.edu.hk/v6/en/cuhk/committee/morningside_planning.html" target="_blank">Planning Committee</a></li>');
	document.writeln('      <li><a href="./Staff.html">People</a></li>');
   document.writeln('      <li><a href="./AssemblyofFellows.html">Assembly of Fellows</a></li>');

	document.writeln('  <li><a href="./CollegeExp.html">College Experience</a>');
	//document.writeln('<div><ul>');
	    
	document.writeln('      <li><a href="./GeneralEducation.html">General Education</a></li>');
	//document.writeln('</ul></div></li>');

	document.writeln('      <li><a href="./CollegeSite.html">College Site</a></li>');
	document.writeln('      <li><a href="./Links.html">Related Links</a></li>');
	document.writeln('      <li><a href="./Contact.html">Contact</a></li>');
	document.writeln('</ul>');
}

function footer(){
document.writeln('<a href="http://www.cuhk.edu.hk/v6/en/index.html">CUHK Home</a> | <a href="mailto:morningside@cuhk.edu.hk">Contact Us</a><br />');
document.writeln('Copyright (c) 2009. All Rights Reserved. The Chinese University of Hong Kong.	');
	
}