
function QBlogo(){
	
	document.writeln("<img src='./Q_small.jpg' >");
	document.writeln("<img src='./Quinthorne_text.jpg' align='top'>");
	}


function createMenu(){

document.writeln("<P Class='menubar'>");
document.writeln("<A HREF='./events.html'>Events</A><br>");
document.writeln("<br>");
document.writeln("<a href='./Members.html'>Group Members</A><br>");
document.writeln("<br>");
document.writeln("<A HREF='./qb_about.html'>About Quinthorne</A><br>");
document.writeln("<br>");
document.writeln("<A HREF='./Contact.html'>Contact Us</A><br>");
document.writeln("<br>");


document.writeln("<P Class='menubar'>");

}

