//UDMv3.5
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  This is a special version for Dynamic Drive (http://www.dynamicdrive.com)
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "center";			// alignment
var absLEFT =   20;			// absolute left or right position (if menu is left or right aligned)
var absTOP = 	295; 			// absolute top position

var staticMENU = false;			// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "";			// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;			// base z-order of nav structure (not ns4)

var mCOLOR = 	"black";		// main nav cell color
var rCOLOR = 	"crimson";		// main nav cell rollover color
var bSIZE = 	1;			// main nav border size
var bCOLOR = 	"black"			// main nav border color
var aLINK = 	"red";			// main nav link color
var aHOVER = 	"silver";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";			// main nav link decoration
var fFONT = 	"arial";		// main nav font face
var fSIZE = 	13;			// main nav font size (pixels)
var fWEIGHT = 	"bold"			// main nav font weight
var tINDENT = 	7;			// main nav text indent (if text is left or right aligned)
var vPADDING = 	7;			// main nav vertical cell padding
var vtOFFSET = 	0;			// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;			// keep rollover color when browsing menu
var vOFFSET = 	5;			// shift the submenus vertically
var hOFFSET = 	4;			// shift the submenus horizontally

var smCOLOR = 	"silver";		// submenu cell color

var srCOLOR = 	"red";			// submenu cell rollover color
var sbSIZE = 	1;			// submenu border size
var sbCOLOR = 	"black"			// submenu border color
var saLINK = 	"black";		// submenu link color
var saHOVER = 	"";			// submenu link hover-color (dual purpose)
var saDEC = 	"none";			// submenu link decoration
var sfFONT = 	"comic sans ms,arial";  // submenu font face
var sfSIZE = 	13;			// submenu font size (pixels)
var sfWEIGHT = 	"normal"		// submenu font weight
var stINDENT = 	5;			// submenu text indent (if text is left or right aligned)
var svPADDING = 1;			// submenu vertical cell padding
var svtOFFSET = 0;			// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;			// submenu drop shadow size
var shCOLOR =	"#990000";		// submenu drop shadow color
var shOPACITY = 75;			// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;			// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;			// shift the child menus vertically
var chhOFFSET = 7;			// shift the child menus horizontally

var openTIMER =0;			// [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 0;			// [** new **] child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 230;			// menu closing delay time

var cellCLICK = true;			// links activate on TD click
var aCURSOR = "hand";			// cursor for active links (not ns4 or opera)

var altDISPLAY = "";			// where to display alt text
var allowRESIZE = true;			// allow resize/reload

var redGRID = false;			// show a red grid
var gridWIDTH = 760;			// override grid width
var gridHEIGHT = 500;			// override grid height
var documentWIDTH = 0;			// override document width

var hideSELECT = false;			// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;		// allow for text scaling in gecko browsers
var allowPRINTING = false;		// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;			// [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;			// [** new **] arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;			// [** new **] arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;			// [** new **] arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";		// [** new **] arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";			// [** new **] left arrow (not ns4/op5/op6)
var arrRIGHT = ">";			// [** new **] right arrow (not ns4/op5/op6)



//** LINKS ***********************************************************

//filter defined by "filter:progid:DXImageTransform.Microsoft.{terminal portion of filter}"

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]

	// add submenu link items ("url","Link name","_target","alt text")

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]

		// add child menu link items ("url","Link name","_target","alt text")



// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]
//addMainItem("http://www.lhnw.lhsa.com/StuRecognitions/StuRecHome.htm","Recognitions",100,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	//defineSubmenuProperties(120,"left","left",-4,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	//addSubmenuItem("http://www.lhnw.lhsa.com/StuRecognitions/StuCouncil/StuCou1112.htm","Student Council","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/StuRecognitions/NHS/NHS%20Home%20Page%20files/NHS%20Home%20Page.htm","NHS","","");
		
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		//defineChildmenuProperties(112,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		//addChildmenuItem("http://www.lhnw.lhsa.com/StuRecognitions/NHS/Members%20files/Members.htm","Members","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/StuRecognitions/NHS/Events%20files/Events.htm","Events","","");

	//addSubmenuItem("http://www.lhnw.lhsa.com/StuRecognitions/Media2011/Media2011.htm","Media 2011","","");
	
	// addSubmenuItem("http://www.lhnw.lhsa.com/StuRecognitions/Chess/Chess08.htm","Chess Club","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/StuRecognitions/TennisClub/TennisClubHome.htm","Tennis Club","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/StuRecognitions/YearbookStaff/YearbookStaff.htm","Yearbook Staff","","");	

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]
addMainItem("http://www.lhnw.lhsa.com/NwAthlet.html","Athletics",90,"center","","",0,0,"","","","","");

	//defineSubmenuProperties(110,"left","left",-4,0,"","","","","","","");

	//addSubmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/Boosters/BstrHm.htm","Boosters","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/AthleticMaps/Mapstoschools_files/Mapstoschools_files/Mapstoschools.htm","Athletics Maps","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/baseball/Baseball_files/Baseball.htm","Baseball","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/Basketball/Basketball%20Home.htm","Basketball","","");
		
		//defineChildmenuProperties(60,"left","left",0,-20,"","","","","","","");		

		//addChildmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/BasketballBoys/BoysBasketballMain_files/Mens%20Basketball%20Home.htm","Men's","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/BasketballGirls/Women's%20Bball_files/Women's%20Bball.htm","Women's","","");
	
	//addSubmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/Cheerleaders/CheerHome.htm","Cheerleading","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/CrossCountry/CrossCountryHome.htm","Cross Country","","");
		
		//defineChildmenuProperties(60,"left","left",0,-20,"","","","","","","");		

		//addChildmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/CrossCountry/cc%20men's_files/cc%20men's.htm","Men's","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/CrossCountry/cc%20women's_files/cc%20women's.htm","Women's","","");

	//addSubmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/Dance/DanceRoster.htm","Dance","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/football/football_files/football.htm","Football","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/Golf/GolfHome.htm","Golf","","");
		
		//defineChildmenuProperties(60,"left","left",0,-20,"","","","","","","");		

		//addChildmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/GolfM/Golf_files/Golf.htm","Men's","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/GolfW/GolfWHome.htm","Women's","","");

	//addSubmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/Soccer/Soccer%20Home.htm","Soccer","","");
		
		//defineChildmenuProperties(60,"left","left",0,-20,"","","","","","","");

		//addChildmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/SoccerBoys/Men's%20Soccer_files/Men's%20Soccer.htm","Men's","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/SoccerGirls/Women's Soccer Homepage/Women's Soccer Index.htm","Women's","","");

	//addSubmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/softball/Softball_files/Softball.htm","Softball","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/Track/TrackHome.htm","Track","","");
		
		//defineChildmenuProperties(60,"left","left",0,-20,"","","","","","","");		

		//addChildmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/TrackMen/Track%20Mens_files/Track%20Mens.htm","Men's","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/TrackWomen/Track%20Womens_files/Track%20Womens.htm","Women's","","");

	//addSubmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/Volleyball/Volleyball_files/Volleyball.htm","Volleyball","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/Extracurriculars/Wrestling/Wrestling_files/Wrestling.htm","Wrestling","","");



// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]
addMainItem("http://www.lhnw.lhsa.com/NwFacSta.html","Faculty",90,"center","","",0,0,"","","","","");
	
	//defineSubmenuProperties(115,"left","left",-4,0,"","","","","","","");

	//addSubmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/Administrators.htm","Administrators","","");
	
		//defineChildmenuProperties(220,"left","left",0,-20,"","","","","","","");

		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/AdLooker/LookerP.htm","Paul Looker (Principal)","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/AdJustice/JusticeD.htm","Don Justice (Athletic Director)","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/AdMcDonaldI/McDonaldI.htm","Ian McDonald (Guidance Director)","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/AdFink/FinkK.htm","Kelly Fink (Guidance Counselor)","","");
		
	//addSubmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/Teachers.htm","Teachers","","");
		
		//defineChildmenuProperties(125,"left","left",0,-20,"","","","","","","");
		
		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/FaBaughman/BaughmanK.htm","Kristi Baughman","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/FaBell/BellD.htm","David Bell","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/FaDavis/DavisJ.htm","Jeff Davis","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/FaJung/JungC.htm","Chris Jung","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/FaKeeler/KeelerM.htm","Michael Keeler","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/FaKeller/KellerC.htm","Connie Keller","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/FaKlemm/KlemmC.htm","Christine Klemm","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/FaKratz/KratzJ.htm","Joshua Kratz","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/FaMcDonald/McDonaldG.htm","Gil McDonald","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/FaMiller/MillerT.htm","Tammy Miller","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/FaPollatz/PollatzB.htm","Brian Pollatz","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/FaPrechel/PrechelD.htm","Dennis Prechel","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/FaRichert/RichertA.htm","Aaron Richert","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/FaRohde/RohdeM.htm","Molly Rohde","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/FaSmith/SmithS.htm","Susan Smith","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/FaTopel/TopelT.htm","Tim Topel","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/FaToth/TothA.htm","Annalisa Toth","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/FaWaechter/WaechterJ.htm","Jamie Waechter","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/FaWeber/WeberK.htm","Karl Weber","","");

	//addSubmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/OfficeStaff.htm","Office Staff","","");
		
		//defineChildmenuProperties(120,"left","left",0,-20,"","","","","","","");

		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/StBaldwin/BaldwinG.htm","Gisela Baldwin","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FacultyStaff/StRiske/RiskeT.htm","Terri Riske","","");



// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]
//addMainItem("http://www.lhnw.lhsa.com/News/NewsHome.htm","News",65,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	//defineSubmenuProperties(120,"left","center",-4,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	//addSubmenuItem("http://www.lhnw.lhsa.com/News/Newsletter/1112/12DecNwltr.htm","Newsletter","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/News/Calendar/09-10/CalAcademic.htm","Calendar","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/News/Calendar/05-06/nwcalendar.htm","Calendar","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/News/Lunch/LunchMenuInfo.htm","Lunch Menu","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/News/Student Opinions/Student Opinion/student opinions.htm","Student Opinions","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/News/Bus_Schedule/BusSchedule.htm","Bus Schedule","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/Alumni/Default.htm","Alumni","","");

//addMainItem("http://www.lhnw.lhsa.com/Fundraisers/fundraiser Home files/Fundraiser Home_files/Fundraiser Home.htm","Fundraisers",90,"center","","",0,0,"","","","","");

	//defineSubmenuProperties(140,"left","left",-4,0,"","","","","","","");

	//addSubmenuItem("http://www.lhnw.lhsa.com/Fundraisers/GolfOuting/GolfHome.htm","Golf Outing","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/Fundraisers/SpiritWear/Spirit Wear.htm","Spirit Wear","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/Fundraisers/ScripOrders/Scrip.htm","Scrip Information","","");

addMainItem("http://www.lhnw.lhsa.com/NwFinArt.html","Fine Arts",90,"center","","",0,0,"","","","","");

	//defineSubmenuProperties(130,"left","left",-4,0,"","","","","","","");

	//addSubmenuItem("http://www.lhnw.lhsa.com/FineArts/Art/art_files/ArtHome.htm","Art","","");

		//defineChildmenuProperties(100,"left","left",0,-20,"","","","","","","");

		//addChildmenuItem("http://www.lhnw.lhsa.com/FineArts/Art/ArtGallery1/ArtGallery1.htm","Gallery 1","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FineArts/Art/ArtGallery7/ArtGallery7.htm","Gallery 7","","");

	//addSubmenuItem("http://www.lhnw.lhsa.com/FineArts/Drama/dramahome.htm","Drama","","");

		//defineChildmenuProperties(100,"left","left",0,-20,"","","","","","","");

		//addChildmenuItem("http://www.lhnw.lhsa.com/FineArts/Drama/Members/Mems.htm","Members","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FineArts/Drama/Performances/Perfs0511.htm","Performances","","");		
		//addChildmenuItem("http://www.lhnw.lhsa.com/FineArts/Drama/TechCrew/TechDept.htm","Tech Crew","","");

	//addSubmenuItem("","Music","","");

		//defineChildmenuProperties(100,"left","left",0,-20,"","","","","","","");

		//addChildmenuItem("http://www.lhnw.lhsa.com/FineArts/Band/Band.htm","Band","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FineArts/Choir/Choir.htm","Choir","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/FineArts/Chorus/Chorus.htm","Chorus","","");

	//addSubmenuItem("http://www.lhnw.lhsa.com/FineArts/Talent Show/talent_show1.htm","Talent Show","","");


//addMainItem("http://www.lhnw.lhsa.com/Guidance/GuidanceAids.htm","Guidance Aids",110,"center","","",0,0,"","","","","");

	//defineSubmenuProperties(140,"left","left",-4,0,"","","","","","","");

	//addSubmenuItem("","Incoming Freshman","","");

		//defineChildmenuProperties(125,"left","left",0,-20,"","","","","","","");

		//addChildmenuItem("http://www.lhnw.lhsa.com/Guidance/FutureCrusaders/NewFreshmen.htm","About LHNW","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/Guidance/FutureCrusaders/Courses Offered/Courses Offered.htm","Course Offerings","","");

	//addSubmenuItem("","College-Bound","","");
		
		//defineChildmenuProperties(125,"left","left",0,-20,"","","","","","","");

		//addChildmenuItem("http://www.lhnw.lhsa.com/Guidance/Aids2005_files/Aids2005_files/Aids2005.htm","Planning Aids","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/Guidance/FutureCrusaders/Colleges Attended/colleges attended.htm","Colleges Attended","","");
		//addChildmenuItem("http://www.lhnw.lhsa.com/Guidance/ScholarshipsList/Scholarships1112.html","Scholarships","","");

	//addSubmenuItem("http://www.lhnw.lhsa.com/Guidance/JOYReport.htm","J.O.Y. Project Form","","");

addMainItem("http://www.lhnw.lhsa.com/NwNwsInf.html","News & Information",150,"center","","",0,0,"","","","");

	//defineSubmenuProperties(100,"left","left",-4,0,"","","","","","","");

	//addSubmenuItem("http://www.lhnw.lhsa.com/SchoolInformation/Tuition&FinancialBulletin1213.htm","Tuition","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/History/Northwest Histry_files/Northwest History.htm","History","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/History/schooltour/Tour_files/Tour.htm","Tour","","");
	//addSubmenuItem("http://www.mapquest.com/maps/map.adp?country=US&addtohistory=&formtype=address&searchtype=address&cat=&address=1000%20Bagley%20Dr&city=Rochester%20Hills&state=MI&zipcode=48309-3846&searchtab=home","Map To NW","_blank","");
	//addSubmenuItem("http://www.lhsa.com/","LHSA","_blank","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/SchoolInformation/0910StudentHandbook.pdf","Student Handbook","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/SchoolInformation/ClassSched/ClsSch1011.htm","Class Schedule","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/SchoolInformation/DressCode/DrCo1011.htm","Dress Code","","");
	//addSubmenuItem("http://www.lhnw.lhsa.com/SchoolInformation/Calendar/20102011/CalAcadem.htm","Academic Calendar","","");

addMainItem("http://www.lhnw.lhsa.com/NwOrgani.html","Organizations",130,"center","","",0,0,"","","","");

addMainItem("http://www.lhnw.lhsa.com/NwProStu.html","Prospective Students",150,"center","","",0,0,"","","","");

//addMainItem("http://www.lhnw.lhsa.com/PicturesoftheMonth/PicsotMoDW.html","Pictures",75,"center","","",0,0,"","","","");

//addMainItem("http://www.lhnw.lhsa.com/Feedback/Feedback%20Page.htm","Feedback",100,"center","","",0,0,"","","","");

//**DO NOT EDIT THIS *****
}//***********************
//************************

