

function Start(page) {
OpenWin = this.open(page, "browse", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes");
}
if ((navigator.appName == "Microsoft Internet Explorer") && (navigator.appVersion.charAt(22) == "4") && (navigator.appVersion.charAt(24) == "5") && (navigator.appVersion.indexOf("Mac") != -1)) {
	wide=680;
	tall=450;
	}

else {
	wide=680;
	tall=450;
	}
leftpos = 0
toppos = 0
if (screen) {
	leftpos = screen.width/2-275
	toppos = screen.height/2-200
	}

function demo(page) {
pics = window.open(page, 'popup', 'width=900,height=810,left=50,top=50,status=no,scrollbars=no,resizable=no')
pics.focus();
setTimeout("pics.focus()",1000);
}

function demo2(page) {
pics = window.open(page, 'popup', 'width=900,height=630,left=50,top=50,status=no,scrollbars=no,resizable=no')
pics.focus();
setTimeout("pics.focus()",1000);
}

function demo3(page) {
pics = window.open(page, 'popup', 'width=900,height=670,left=50,top=50,status=no,scrollbars=no,resizable=no')
pics.focus();
setTimeout("pics.focus()",1000);
}

function showmenu(elmnt)
{
document.getElementById(elmnt).style.visibility="visible"
}

function hidemenu(elmnt)
{
document.getElementById(elmnt).style.visibility="hidden"
}