function topMenu(){
	document.write("<a href=\"index.html\">Home</a> ");
	document.write("<a href=\"prospective.html\">Prospective Students</a>");
//	document.write("<a href=\"about.html\" title=\"About Oriel MCR\">About Us</a> ");
//	document.write("<a href=\"freshers.html\">Freshers</a>");
	document.write("<a href=\"mcrlive.html\">MCR Live!</a> ");
	document.write('<a href="hall.html">Hall</a>');
	document.write('<a href="http://webmail.ox.ac.uk" target="blank">Webmail</a>');
	document.write('<a href="http://library.ox.ac.uk" target="blank">Bodleian</a>');
	document.write("<a href=\"committee.html\">Committee </a> ");
//	document.write("<a href=\"admin.html\">Administration</a>");
//	document.write("<a href=\"welfare.html\">Welfare</a>");
//	document.write("<a href=\"social.html\">Social</a>");
}

function comMenu(){
	document.write("<span class=\"span_menu\"><a href=\"committee.html\">Commitee</a></span>");
//	document.write("<span class=\"span_menu\"><a href=\"admin.html\">Admin</a></span>");
	document.write("<span class=\"span_menu\"><a href=\"welfare.html\">Welfare</a></span>");
	document.write("<span class=\"span_menu\"><a href=\"constitution.html\">Constitution</a></span>");
}
/*
function aboutMenu(){
	document.write("<span class=\"span_menu\"><a href=\"about.html\">About Us</a></span>");
	document.write("<span class=\"span_menu\"><a href=\"cocktails.html\">Cocktails</a></span>");
	document.write("<span class=\"span_menu\"><a href=\"sport.html\">Sport</a></span>");
	document.write("<span class=\"span_menu\"><a href=\"events.html\">Events</a></span>");
}*/

function proMenu(){
	document.write('<span class="span_menu"><a href="about.html">About</a></span>');
	document.write('<span class="span_menu"><a href="scholarships.html">Scholarships</a></span>');
	document.write('<span class="span_menu"><a href="financial.html">Financial Support</a></span>');	
	document.write("<span class=\"span_menu\"><a href=\"cocktails.html\">Cocktails</a></span>");
	document.write("<span class=\"span_menu\"><a href=\"sport.html\">Sport</a></span>");
	document.write("<span class=\"span_menu\"><a href=\"events.html\">Events</a></span>");
}


function title(){
	document.write('<img id="img_oriel_college_crest" src="http://www.orielmcr.org/images/college/crestsm.jpg" width="59" height="70" alt="The Oriel Crest" /> ');
	document.write('<h1>THE ORIEL MIDDLE COMMON ROOM</h1> ');
	document.write('<h2><a href="http://www.oriel.ox.ac.uk">Oriel College</a>, ');
	document.write('<a href="http://www.ox.ac.uk">Oxford</a> &bull; ');
	document.write('<a href="http://maps.google.co.uk/maps?f=q&amp;hl=en&amp;q=ox1+4ew&amp;ll=51.751484,-1.253901&amp;spn=0.005978,0.009044">OX1 4EW</a> </h2> ');
}

function mailto(domain,user){
	document.location.href = "mailto:" + user + "@" + domain;
}
