window.status = "Automatic Amusements - Please wait while page is loading...";

function loadComplete() {
 window.status = "";
}

function doLink(URLocation, h, w) {
 window.open(URLocation, 'AALink', 'height='+h+',width='+w+',top=5,left=5,resizable=yes');
}