
																var lastUpdate = "6 June 2007";

function doMenu()
{
	document.write("<table width=\"470\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" >");
	document.write("<tr>");
	document.write("<td align=\"center\"><a href=\"home.htm\" class=\"menuOff\" onmouseover=\"this.className='menuOn'\" onmouseout=\"this.className='menuOff'\">Home</a></td>");
	document.write("<td align=\"center\"><a href=\"magic.htm\" class=\"menuOff\" onmouseover=\"this.className='menuOn'\" onmouseout=\"this.className='menuOff'\">Magic</a></td>");
	document.write("<td align=\"center\"><a href=\"caricatures.htm\" class=\"menuOff\" onmouseover=\"this.className='menuOn'\" onmouseout=\"this.className='menuOff'\">Caricatures</a></td>");
	document.write("<td align=\"center\"><a href=\"portrait-sketches.htm\" class=\"menuOff\" onmouseover=\"this.className='menuOn'\" onmouseout=\"this.className='menuOff'\">Portrait Sketches</a></td>");
	document.write("</tr>");
	document.write("</table>");
}

function doAddress()
{
	document.write("<img src=\"images/ro.jpg\" width=\"120\" border=\"1\" /><br />");
//	document.write("<img src=\"images/blank.gif\" width=\"1\" height=\"3\" /><br />");
	document.write("<p><span class=\"address\">");
	document.write("Robert Ormesher<br />");
	document.write("BA Hons PGD FRSA<br /><br />");
	document.write("376 Holyhead Road<br />");
	document.write("Coventry<br />");
	document.write("CV5 8LJ<br />");
	document.write("England<br /><br />");
	document.write("Tel: 02476 593742<br />");
	document.write("Mobile: 07850 557 409<br />");
	document.write("Email: <a href=\"mailto:robertormesher@hotmail.co.uk\">robertormesher@ hotmail.co.uk</a>");
	document.write("</span></p>");
	document.write("<table>");
	document.write("<tr><td align=\"center\"><img src=\"images/mc-logo.jpg\" /><br /><span class=\"address\">Member of the<br />Magic Circle</span></td></tr>");
	document.write("<tr><td height=\"10\"></td></tr>");
	document.write("<tr><td align=\"center\"><img src=\"images/ibm-logo.jpg\" /><br /><span class=\"address\">Member of the<br />International<br />Brotherhood<br />of Magicians</span></td></tr>");
	document.write("</table>");
}

function doFooter()
{
	document.write("<img src=\"images/red.gif\" width=\"400\" height=\"1\" /><br />");
//	document.write("<img src=\"images/blank.gif\" width=\"1\" height=\"3\" /><br />");
	document.write("<p><span class=\"footer\">");
	document.write("This site was last updated on " + lastUpdate + ".<br />");
	document.write("In case of problems please <a href=\"mailto:r.a.ormesher@open.ac.uk\">email the webmaster</a>.");
	document.write("</span></p>");
}



