// JavaScript Document

window.onload = loadFunc;

function WM_writemenu() {
document.write('<div class = "menu"><iframe src="menu.html" target="_self"  width="200" height="800"  frameborder="0" bgcolor="transparent" allowtransparency="true"></iframe></div>')
}

function WM_writemenu2() {
document.write('<div class = "menu"><iframe src="menu.html" target="_self"  width="200" height="800"  frameborder="0" bgcolor="transparent" allowtransparency="true"></iframe></div>')
}

function WM_writemail(username,hostname) {
document.write("<a href=" + "mail" + "to:" + username + "@" + hostname +
">" + username + "@" + hostname + "</a>")
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function loadFunc(){
	
// Original onLoad function
MM_preloadImages('images/background1.jpg','images/backgroundscreen.jpg','images/banner.jpg');

// onLoad functions that need to be added to read and create the cookie that triggers the walk-on to play or not.

}