function myaddress() {
 document.write("<address>Mark Forkheim<br />");
 document.write('<a href="mailto:mark@forkheim.ca" onmouseover="status=\'English only please\'; return true;">mark@forkheim.ca</a>');
 document.write("</address>");
}
function update() {
 document.write("This area was last updated "+document.lastModified);
}
function defstat() {
 defaultStatus="This site best viewed with Windows running IE 5 or higher at 800x600";
}
function pagesize() {
 var pageheight= screen.availHeight-225;
 var pagediv= document.getElementById("page");
 pagediv.style.height= pageheight;
 window.name="mainw";
}
