M0000 = new Image(60,15); M0000.src = "SEgfx/HOMEoff.gif";	//Home
M0001 = new Image(60,15); M0001.src = "SEgfx/HOMEon.gif";
M0010 = new Image(60,15); M0010.src = "SEgfx/CLOSEoff.gif";	//Close
M0011 = new Image(60,15); M0011.src = "SEgfx/CLOSEon.gif";
M0020 = new Image(60,15); M0020.src = "SEgfx/RETURNoff.gif";	//Return
M0021 = new Image(60,15); M0021.src = "SEgfx/RETURNon.gif";
M0030 = new Image(60,15); M0030.src = "SEgfx/PREVoff.gif";	//Prev
M0031 = new Image(60,15); M0031.src = "SEgfx/PREVon.gif";
M0040 = new Image(60,15); M0040.src = "SEgfx/NEXToff.gif";	//Next
M0041 = new Image(60,15); M0041.src = "SEgfx/NEXTon.gif";
M0050 = new Image(120,24); M0050.src = "js/home_off.gif";	//Menu-Home
M0051 = new Image(120,24); M0051.src = "js/home_on.gif";
M0060 = new Image(120,24); M0060.src = "js/process_off.gif";	//Menu-Process
M0061 = new Image(120,24); M0061.src = "js/process_on.gif";
M0070 = new Image(120,24); M0070.src = "js/models_off.gif";	//Menu-Models
M0071 = new Image(120,24); M0071.src = "js/models_on.gif";
M0080 = new Image(120,24); M0080.src = "js/scasm_off.gif";	//Menu-SCASM
M0081 = new Image(120,24); M0081.src = "js/scasm_on.gif";
M0090 = new Image(120,24); M0090.src = "js/anim_off.gif";	//Menu-Animations
M0091 = new Image(120,24); M0091.src = "js/anim_on.gif";
M0100 = new Image(120,24); M0100.src = "js/download_off.gif";	//Menu-Downloads
M0101 = new Image(120,24); M0101.src = "js/download_on.gif";
M0110 = new Image(120,24); M0110.src = "js/notam_off.gif";	//Menu-Notams
M0111 = new Image(120,24); M0111.src = "js/notam_on.gif";
M0120 = new Image(120,24); M0120.src = "js/hotshots_off.gif";	//Menu-Hot Shots
M0121 = new Image(120,24); M0121.src = "js/hotshots_on.gif";
M0130 = new Image(120,24); M0130.src = "js/links_off.gif";	//Menu-Links
M0131 = new Image(120,24); M0131.src = "js/links_on.gif";

exit=true;

function Popnote(url,width,height,scroll) {
newwindow = ''; windowFeatures="toolbar=0"+','+"status=0"+','+"menubar=0"+','+scroll+','+"resizable=0"+','+width+','+height;
/*	if (newwindow.location && !newwindow.closed)
	{
		newwindow.location.href = url;
		newwindow.focus()
		}
		else
		{  */
		newwindow=window.open(url,'directory',windowFeatures)
		if (!newwindow.opener) newwindow.opener = self;
//		}
	if (window.focus) {newwindow.focus()}
}

function exitoffer(report,width,height,scroll) {
	if (newwindow.location && !newwindow.closed)
	{
		newwindow.close();
	}
	windowFeatures="toolbar=0"+','+"status=0"+','+"menubar=0"+','+scroll+','+"resizable=0"+','+width+','+height;
	if (exit) {
	window.open(report,'new',windowFeatures);
	}
}

function changeTheme(newLoc) {
	nextPage = newLoc.options[newLoc.selectedIndex].value;

	if (nextPage != "")
	{
	exit=false;
	document.location.href = nextPage
	}
}

function Mapper(TabID,TabName,T) {
var x = T
parent.status=window.status=T
document.images[TabID].src = eval(TabName + ".src")
}

var windowDoPop
function go(whichURL) {
windowDoPop=window.open(whichURL[whichURL.selectedIndex].value,'doPop','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=520,height=475');
windowDoPop.focus();
}

function YearIs()
{
var itsnow = new Date( );
if(navigator.appName == "Netscape")
	var yy = itsnow.getYear()+1900;
	else if(navigator.appName == "Microsoft Internet Explorer")
	var yy = itsnow.getYear();
	else return;
	
return yy;
}

function CFGSEcopyright(){
document.write('<HR WIDTH=80% SIZE=1 NOSHADE><DIV CLASS="copyright" ALIGN=center>&copy; Copyright 2000-' + YearIs() + ', Bill Caraway, <A CLASS="fig" HREF="http://www.billdidit.calebflerk.com" TARGET="viewport">BDI Productions</A> &nbsp;All Rights Reserved</DIV>');
}