// JavaScript Document
// Written by Kevin Humbles for Louisiana Wing Civil Air Patrol

// Image meant to preceed the first level menu items.
var first1 = "";		// "<img src=\"/images/space.gif\" border=\"0\" width=\"2\" height=\"10\">";
// Image meant to follow the first level menu items.
var last1 = "";
// Image used to separate the first level menu items.
var space1 = "";

// Image meant to preceed the second level menu items.
var first2 = "";
// Image meant to follow the second level menu items.
var last2 = "";
// Image used to separate the second level menu items.
var space2 = "";

// Image meant to preceed the third level menu items.
var first3 = "";
// Image meant to follow the third level menu items.
var last3 = "";
// Image used to separate the third level menu items.
var space3 = "";

/*

"1,y,Top Level,null|" +
	"2,n,Second Level One,sl1.asp|" +
		"3,n,Third Level One,tl1.asp|" +

Explaination of menu elements:
"menu level(1, 2, or 3),submenu(y or n),display text,url|" +

*/
var nav = "" +
"1,y,Operations +,null|" +
	"2,n,*Alert Rosters,http://www.lawgcap.org/ebiz/fouo/arr.htm|" +	
"1,y,Cadet Programs +,null|" +
	"2,n,Cadet Site,http://www.lawgcap.org/cdt/index.html|" +
	"2,n,Director's Page,http://www.lawgcap.org/cdt/dcp.htm|" +
"1,n,Aerospace     Education,http://www.lawgcap.org/staffnet/ae.htm|" +
"1,y,Publications +,null|" +
	"2,n,Forms,http://www.lawgcap.org/ebiz/laforms.htm|" +
	"2,n,FOUO,http://lawgcap.org/ebiz/fouo/|" +
	"2,n,Recurring Reports,http://www.lawgcap.org/ebiz/RecurringReportsForUnits.pdf|" +
	"2,n,Policy Letters,http://lawgcap.org/ebiz/policy.htm|" +
"1,y,Wing Staff +,null|" +
	"2,n,Chief of Staff,#|" +
	"2,n,Cadet Programs,http://www.lawgcap.org/cdt/dcp.htm|" +
	"2,n,Counterdrug,http://www.lawgcap.org/staffnet/cd.htm|" +
	"2,n,Communications,#|" +
	"2,n,Drug Demand Reduction,http://www.lawgcap.org/staffnet/ddr.htm|" +
	"2,n,Information Technology,http://www.lawgcap.org/staffnet/it.htm|" +	
	"2,n,Logistics,http://www.lawgcap.org/staffnet/lg/logistics.htm|" +	
	"2,n,Professional Development,http://www.lawgcap.org/staffnet/pd/pd.htm|" +	
	"2,n,Public Affairs,#|" +
	"2,n,Safety,http://www.lawgcap.org/staffnet/safety.htm|" +
"1,n,FOUO,http://lawgcap.org/ebiz/fouo/|" +
"1,n,Forums,http://lawgcap.org/forums/index.php|" +
"1,n,Academy,http://www.lawgcap.org/academy/index.htm|" +
"1,n,Stan-Eval,http://www.lawgcap.org/staffnet/staneval/staneval.htm|" +
"1,n,Safety,http://www.lawgcap.org/staffnet/safety.htm|" +
"1,y,Units +,null|" +
	"2,n,Unit Locator,http://www.lawgcap.org/ebiz/units.htm|" +
	"2,n,Acadia-Jefferson Davis Senior,#|" +
	"2,n,Alvin Callender Senior,#|" +
	"2,n,Ascension Composite,#|" +
	"2,n,Barksdale Composite,#|" +
	"2,n,Baton Rouge Cadet,#|" +
	"2,n,Billy Mitchell Senior,#|" +
	"2,n,Capitol City Composite,#|" +
	"2,n,Central Louisiana Composite,#|" +
	"2,n,Chennault Cadet,#|" +
	"2,n,Hammond Composite,#|" +
	"2,n,Lafayette Composite,#|" +
	"2,n,Lake Charles Composite,#|" +
	"2,n,Monroe Senior,#|" +
	"2,n,North Shore Composite,#|" +
	"2,n,Pontchartrain Composite,#|" +
	"2,n,Ruston Composite,#|" +
	"2,n,Shreveport Senior,#|" +
	"2,n,St. Mary Senior,#|" +	
"1,n,Calendar,http://www.lawgcap.org/calendar.htm|" +
"1,n,New Members,http://www.lawgcap.org/newmembers.htm|" +
"1,n,WMU,http://wmu.nat.cap.gov/|" +
"1,n,Contact Us,http://www.lawgcap.org/ebiz/contacts.htm|" +
"1,n,Wiki,http://lawgcap.org/twiki/bin/view/Main/WebHome|" +
"1,n,HOME,http://www.lawgcap.org" +
"";

var address = "";