
// __________________Left Menu Bar______________________________________	

var agt		= navigator.userAgent.toLowerCase();
var versInt	= parseInt(navigator.appVersion);
var is_aol	= (agt.indexOf("aol") != -1);


function NSW_goTo( url ) {
	window.target.href = url;
}



function NSW_navBar( tableCellRef, hoverFlag, navStyle ) {
	if ( hoverFlag ) {
		switch ( navStyle ) {
			case 1:
				tableCellRef.style.backgroundColor = '#69c';
				break;
			default:
				if ( document.getElementsByTagName ) {
					tableCellRef.getElementsByTagName( 'a' )[0].style.color = '#c00';
				}
		}
	} else {
		switch ( navStyle ) {
			case 1:
				tableCellRef.style.backgroundColor = '#036';
				break;
			default:
				if ( document.getElementsByTagName ) {
					tableCellRef.getElementsByTagName( 'a' )[0].style.color = '#000';
				}
		}
	}
}

function NSW_navBarClick( tableCellRef, navStyle, url ) {
	NSW_navBar( tableCellRef, 0, navStyle );
	NSW_goTo( url );
}



// ___________________Legal Disclosure__________________________________

var sluit="<input type='button' value='close window' onClick='window.close();'>"

word=new Array();
word[0]="<b>The I90 NATCA Web site is owned and operated by I90 NATCA, which is solely responsible for its content, truthfulness and propriety of any links to this homepage or website.  Further, we do not expressly or implicitly endorse the services, products, statements or content of other sites which may be linked to this homepage or website.  Statements made on linking sites or homepages do not reflect the opinions or policy of the NSW LMR or the National Air Traffic Controllers Association, and may not be construed in any part as endorsement by NATCA</b>";

function popdef(n){
info=window.open("","info","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=592,height=200")

info.document.open()
info.document.write("<html><head><title>natca legal</title></head><body>")
info.document.write(word[n])
info.document.write("<form><center>"+sluit+"</center></form>")
info.document.write("</body></html>")
info.document.close()
        return true;
        }


function JumpToIt(list)
{
var selection = list.options[list.selectedIndex].value;
		if (selection != "None")
		   	window.target.href = selection;	
}


// _______________________Links page_______________________________________

function buildArray() {
  var a = buildArray.arguments;
  for (i=0; i<a.length; i++) {
    this[i] = a[i];
  }
  this.length = a.length;
}

var urls1 = new buildArray("",
"http://www4.law.cornell.edu/cfr",
"http://www.thecre.com/fedlaw/default.htm",
"http://www.nlrb.gov",
"http://www.nlrb.gov/outline.html",
"http://www.nelp.org",
"http://www.financeprojectinfo.org/mww/unemployment.asp");
 
var urls2 = new buildArray("",
"http://www.atctraining.faa.gov/factbook",
"http://www.faa.gov/atpubs/AIM/index.htm",
"http://www.faa.gov/atpubs/ATB/atbhme.HTM",
"http://www.faa.gov/atpubs/PCG/index.htm",
"http://www.faa.gov/atpubs/ATC/index.htm",
"http://www.faa.gov/atpubs/LID/LIDHME.htm",
"http://www.faa.gov/atpubs/CNT/CNTHME.htm",
"http://www.faa.gov/atpubs/AIR/Index.htm");

var urls3 = new buildArray("",
"http://zab.natca.net",
"http://ama.natca.net/",
"http://crp.natca.net",
"http://dfw.natca.net",
"http://dal.natca.org/",
"http://zfw.natca.net",
"http://hou.natca.org/",
"http://i90.natca.org/",
"http://zhu.natca.org/",
"http://msy.natca.org/",
"http://row.natca.org/",
"http://sat.natca.org");

var urls4 = new buildArray("",
"http://engineers.natca.org",
"http://nso.natca.org/",
"http://nce.natca.org/",
"http://nal.natca.org/",
"http://ngl.natca.org/",
"http://www.natcavoice.org",
"http://rtc.natca.org/",
"http://www.natca.net/currentissues/default.msp",
"http://atpayplan.natca.net/");


var urls5 = new buildArray("",
"http://www.aa.com/",
"http://www.continental.com",
"http://www.southwest.com",
"http://www.nwa.com",
"http://www.aa.com",
"http://www.usairways.com",
"http://www.airtran.com",
"http://www.frontierairlines.com",
"http://www.ual.com",
"http://www.delta.com",
"http://TheTrip.com/trs/trip/flighttracker/flight_tracker_home.xsl");


function go(which, num, win) {
  n = which.selectedIndex;
  if (n != 0) {
    var url = eval("urls" + num + "[n]")
    if (win) {
      openWindow(url);
    } else {
      location.href = url;
    }
  }
}


 // _______________________Webmaster_______________________________________	
 																			  
function AutoLink()
{
var number = document.FormAdvance.WebLink.selectedIndex;
location.href = document.FormAdvance.WebLink.options[number].value;
}

// _____________________ Forms Drop Down List_____________________________

<!-- Original: Mike F <mrfoun10@yahoo.com> -->

<!-- Begin
function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}



 

 
 
 
 
 