if (document.layers) {
	alert("Netscape 4 Really Makes This Page Look Crappy. \n I suggest you download the latest version of Firefox, Mozilla, Netscape or Internet Explorer.");
	}
	
function frisco()
{
window.open ("/vacation/choose.htm","new_window","width=300,height=100, location=0,menubar=0,resizable=1,scrollbars=0,status=0,titlebar=0,toolbar=0,left=150,top=50,screenx=150,screeny=50");
}

function showHideVacation()
{
	if (document.getElementById("vacationNav").style.display == "block")
		document.getElementById("vacationNav").style.display = "none";
	else
		document.getElementById("vacationNav").style.display = "block";
}

function loadMikesAbyssLink()
{
	if (parent.frames.length == 0)
		document.write("<p><a href=\"http://mike.sunk.org/\">Mike's Abyss</a></p>");
}
