	var isNN4 = false;
	if (document.layers)
		{
		isNN4 = true
	}

	function resize()
		{
		if (isNN4)
			{
			location.reload()
			}
		}

	function popup(sentURL,width,height)
		{
		if ((typeof newWin != "undefined") && (!newWin.closed)) {
			newWin.close();
		}
		win_width = width + 20;
		win_height = height + 60;
		newWin = window.open(sentURL, "newWin", "menubar=0,toolbar=0,location=0,directories=0,scrollbars=1,status=1,resizable=0,width=" + win_width + ",height=" + win_height);
		newWin.focus();
}
		
	function popup_noscroll(sentURL,width,height)
		{
		if ((typeof newWin != "undefined") && (!newWin.closed)) {
			newWin.close();
		}
		win_width = width + 20;
		win_height = height + 60;
		newWin = window.open(sentURL, "newWin", "menubar=0,toolbar=0,location=0,directories=0,scrollbars=0,status=1,resizable=0,width=" + win_width + ",height=" + win_height);
		newWin.focus();
}

		footer = '<div align="center"><p><span class="url">www.starfleetxbomber.com</span><br />site design and programming: <a href="http://www.djdust.com" target="_blank">DJ Dust</a></p><br /></div>'