/*
 DHTML Menu version 3.3.19
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
 You may use this menu on your web site free of charge as long as you place prominent links to http://www.milonic.co.uk/menu and
 your inform us of your intentions with your URL AND ALL copyright notices remain in place in all files including your home page
 Comercial support contracts are available on request if you cannot comply with the above rules.
 This script featured on Dynamic Drive (http://www.dynamicdrive.com)
 */

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;
menus=new Array();
_d=document;

function addmenu() {
	menunum++;
	menus[menunum]=menu;
}

function dumpmenus() {
	mt="<script language=javascript>";
	for(a=1;a<menus.length;a++) {
		mt+=" menu"+a+"=menus["+a+"];"
	}
	mt+="<\/script>";
	_d.write(mt)
}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500	// The time delay for menus to remain visible
followspeed=5	// Follow Scrolling speed
followrate=40	// Follow Scrolling Rate
suboffset_top=10;	// Sub menu offset Top position 
suboffset_left=10;	// Sub menu offset Left position

style1=[		// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"#C00000",		// Mouse Off Font Color
"ffffff",		// Mouse Off Background Color
"ffffff",		// Mouse On Font Color
"#C00000",		// Mouse On Background Color
"000000",		// Menu Border Color 
10,				// Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"Arial, Verdana",	// Font Name
4,				// Menu Item Padding
"/South/Navigation/arrow.gif",	// Sub Menu Image (Leave this blank if not needed)
,				// 3D Border & Separator bar
"66ffff",		// 3D High Color
"000099",		// 3D Low Color
"",				// Current Page Item Font Color (leave this blank to disable)
"",				// Current Page Item Background Color (leave this blank to disable)
"",				// Top Bar image (Leave this blank to disable)
"ffffff",		// Menu Header Font Color (Leave blank if headers are not needed)
"000099",		// Menu Header Background Color (Leave blank if headers are not needed)
]


style2=[		// style2 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"#C00000",		// Mouse Off Font Color
"ffffff",		// Mouse Off Background Color
"ffffff",		// Mouse On Font Color
"#C00000",		// Mouse On Background Color
"000000",		// Menu Border Color 
10,				// Font Size in pixels
"normal",		// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Arial, Verdana",	// Font Name
3,				// Menu Item Padding
"/South/Navigation/arrow.gif",	// Sub Menu Image (Leave this blank if not needed)
,				// 3D Border & Separator bar
"66ffff",		// 3D High Color
"000099",		// 3D Low Color
"",				// Current Page Item Font Color (leave this blank to disable)
"",				// Current Page Item Background Color (leave this blank to disable)
"",				// Top Bar image (Leave this blank to disable)
"ffffff",		// Menu Header Font Color (Leave blank if headers are not needed)
"000099",		// Menu Header Background Color (Leave blank if headers are not needed)
]



addmenu(menu=[	// This is the array that contains your menu properties and details
"mainmenu",		// Menu Name - This is needed in order for the menu to be called
95,				// Menu Top - The Top position of the menu in pixels
0,				// Menu Left - The Left position of the menu in pixels
75,				// Menu Width - Menus width in pixels
1,				// Menu Border Width 
"left",		// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,			// Properties Array - this is set higher up, as above
1,				// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"center",		// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,			// Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,				// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 				// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
1,				// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,				// Position of TOP sub image left:center:right
,				// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,				// Right To Left - Used in Hebrew for example. (1=on/0=off)
,				// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,				// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,				// Reserved for future use
,				// Reserved for future use
,				// Reserved for future use
,"Activities","show-menu=extraCurr",,"",1	// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Alumni","show-menu=alumni",,"",1
,"Departments","show-menu=departments",,"",1
,"Parents","show-menu=parents",,"",1
,"Students","show-menu=students",,"",1
//,"Teachers","show-menu=teachers",,"",1
,"Library","show-menu=lib",,"",1
,"Recognitions","show-menu=recogs",,"",1
,"School Info","show-menu=schoolinfo",,"",1
,"School Store","show-menu=schoolstore",,"Spiritware, school & art supplies, healthy food - we have got it all",1
,"Misc. Links","show-menu=misc",,"",1
])

	addmenu(menu=["alumni",
	,,120,1,"",style2,,"",effect,,,,,,,,,,,,
	,"Alumni Basketball Tournament","/South/Alumni/alumniBballTourny.asp",,"Relive the glory days.",1
	,"Alumni Directory","/South/Alumni/default.asp",,"Find out how to contact your old high school buddies",1
	,"Ken Hollub Tribute","/South/Alumni/kenHollubTribute.asp",,"Pay Tribute To This Great Man",1
	,"Reunions","http://www.waukesha.k12.wi.us/Community/ReunionInformation.aspx",,,1
	,"Transcripts","/South/Alumni/transcripts.asp",,,1
	,"Visiting South","/South/Alumni/alumniVisits.asp",,,1
	,"Wall of Fame","/South/WallOfFame/default.asp",,"South alumni who have made major contributions to society",1
	,"Waukesha Education Foundation","http://www.waukeshaeducationfoundation.org",,"Show your gratitude. Give back to the institution that gave you so much.",1
	])
	

	addmenu(menu=["departments",
	,,120,1,"",style2,,"",effect,,,,,,,,,,,,
	,"Administration","/South/DeptAdmin.asp",,,1
	,"Art","/South/DeptArt.asp",,,1
	,"Bilingual","/South/DeptBil.asp",,,1
	,"Business & Marketing","/South/DeptBusEd.asp",,,1
	,"English","/South/DeptEnglish.asp",,,1
	,"F.A.C.E.","/South/DeptFace.asp",,,1
	,"Foreign Language","DeptForeign.asp",,,1
	,"Guidance","/South/departments/guidance/default.asp",,,1
	,"Information Technologies","/South/DeptInfoTech.asp",,,1
	,"Math","/South/DeptMath.asp",,,1
	,"Music","/South/DeptMusic.asp",,,1
	,"Physical Ed","/South/DeptPhyed.asp",,,1
	,"Science","/South/DeptScience.asp",,,1
	,"Social Studies","/South/DeptSS.asp",,,1
	,"Special Ed","/South/DeptSpecEd.asp",,,1
	,"Support Staff","/South/DeptSupportStaff.asp",,,1
	,"Tech Ed","/South/DeptTechEd.asp",,,1
	])
	
	addmenu(menu=["extraCurr",
	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
	,"General Information", "show-menu=extraCurrGI",,,1
	,"Forms", "show-menu=ecForms",,,1
	,"Activity Offerings", "show-menu=clubs",,,1
	,"Athletic Offerings", "show-menu=sports",,,1
    ,"Co-Curricular Code", "http://www.waukesha.k12.wi.us/Library/lcumming/5131g.pdf",,,1
    ,"Classic 8 Conference", "http://www.classiceight.com",,,1
    ,"WIAA Website", "http://www.wiaawi.org",,,1
    ,"Booster Club", "/South/Booster/default.asp",,"Support South Activites - Join Booster Club",1
	])

    	addmenu(menu=["extraCurrGI",
    	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
    	,"Want to play a sport?", "/South/ExtraCurr/WantToPlay-sport.asp",,,1
    	,"Want to be in an activity?", "/South/ExtraCurr/WantToPlay-club.asp",,,1
    	,"Advisors & Coaches<br>Contact Info", "/South/ExtraCurr/listOfActivities.asp",,,1
		,"Important Athletic Dates", "/South/ExtraCurr/iDates.asp",,,1
    	,"FAQ", "/South/ExtraCurr/faq.asp",,"Got a question? Find answers here!",1
    	])
    
    	addmenu(menu=["ecForms",
    	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
    	,"Alternate Year Card", "/South/ExtraCurr/docs/AlternateYearCard.pdf",,,1
    	,"Health Info Form", "/South/ExtraCurr/docs/HealthInformationForStudentAthletes.pdf",,,1
    	,"Physical Card", "/South/ExtraCurr/docs/PhysicalCard.pdf",,,1
    	,"WIAA Eligability", "http://www.wiaawi.org/forms/eligibilityinfoform.pdf",,,1
    	])
    
     	addmenu(menu=["clubs",
    	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
    	,"Want to be in an activity?", "/South/ExtraCurr/WantToPlay-club.asp",,,1
     	,"Contact An Advisor", "/South/ExtraCurr/listOfAdvisors.asp",,,1
		,"A - F", "show-menu=clubsAF",,,1
    	,"G - N", "show-menu=clubsGN",,,1
    	,"O - Z", "show-menu=clubsOZ",,,1
    	])
    
       	addmenu(menu=["clubsAF",
        	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
        	,"AFS-International Club", "/South/ExtraCurr/ActProfile.asp?ID=71",,,1
        	,"Art Club", "/South/ExtraCurr/ActProfile.asp?ID=72",,,1
        	,"Band", "/South/ExtraCurr/ActProfile.asp?ID=73",,,1
        	,"Choir", "/South/ExtraCurr/ActProfile.asp?ID=79",,,1
        	,"Close Up", "/South/ExtraCurr/ActProfile.asp?ID=80",,,1
        	,"Colorgaurd", "/South/ExtraCurr/ActProfile.asp?ID=81",,,1
        	,"Debate", "/South/ExtraCurr/ActProfile.asp?ID=82",,,1
        	,"DECA", "/South/ExtraCurr/ActProfile.asp?ID=83",,,1
        	,"Drama", "/South/ExtraCurr/ActProfile.asp?ID=84",,,1
        	,"Fall Play", "/South/ExtraCurr/ActProfile.asp?ID=85",,,1
        	,"FBLA", "/South/ExtraCurr/ActProfile.asp?ID=86",,,1
        	,"FCCLA", "/South/ExtraCurr/ActProfile.asp?ID=87",,,1
        	,"Forensics", "/South/ExtraCurr/ActProfile.asp?ID=89",,,1
        	])
        
    	addmenu(menu=["clubsGN",
    	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
        	,"HOSA", "/South/ExtraCurr/ActProfile.asp?ID=96",,,1
        	,"Jazz Band", "/South/ExtraCurr/ActProfile.asp?ID=98",,,1
        	,"Jazz Choir", "/South/ExtraCurr/ActProfile.asp?ID=99",,,1
        	,"Key Club", "/South/ExtraCurr/ActProfile.asp?ID=100",,,1
        	,"Madrigals", "/South/ExtraCurr/ActProfile.asp?ID=101",,,1
        	,"Marching Band", "/South/ExtraCurr/ActProfile.asp?ID=102",,,1
        	,"Math Club", "/South/ExtraCurr/ActProfile.asp?ID=140",,,1
        	,"Mock Trial", "/South/ExtraCurr/ActProfile.asp?ID=103",,,1
        	,"Musical", "/South/ExtraCurr/ActProfile.asp?ID=104",,,1
        	,"National Honor Society", "/South/ExtraCurr/ActProfile.asp?ID=105",,,1
        	,"Newpaper:<br>Cardinal Star", "/South/ExtraCurr/ActProfile.asp?ID=106",,,1
    	])
    
    	addmenu(menu=["clubsOZ",
    	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
        	,"Office Aides-Runners", "/South/ExtraCurr/ActProfile.asp?ID=107",,,1
        	,"One Act Play", "/South/ExtraCurr/ActProfile.asp?ID=108",,,1
        	,"Orchestra", "/South/ExtraCurr/ActProfile.asp?ID=109",,,1
        	,"Peer Court", "/South/ExtraCurr/ActProfile.asp?ID=110",,,1
        	,"Peer Tutoring", "/South/ExtraCurr/ActProfile.asp?ID=111",,,1
        	,"Project Happen", "/South/ExtraCurr/ActProfile.asp?ID=113",,,1
        	,"Prom Committee", "/South/ExtraCurr/ActProfile.asp?ID=114",,,1
        	,"SADD", "/South/ExtraCurr/ActProfile.asp?ID=115",,,1
        	,"Site Council", "/South/ExtraCurr/ActProfile.asp?ID=116",,,1
        	,"Spring Play", "/South/ExtraCurr/ActProfile.asp?ID=122",,,1
        	,"Student Council", "/South/ExtraCurr/ActProfile.asp?ID=123",,,1
        	,"Unity", "/South/ExtraCurr/ActProfile.asp?ID=130",,,1
        	,"Visual Arts Classic", "/South/ExtraCurr/ActProfile.asp?ID=131",,,1
        	,"Web Site", "/South/ExtraCurr/ActProfile.asp?ID=134",,,1
        	,"Year Book", "/South/ExtraCurr/ActProfile.asp?ID=138",,,1
    	])
    
	addmenu(menu=["sports",
	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
    ,"Want to play a sport?", "/South/ExtraCurr/WantToPlay-sport.asp",,,1
	,"Contact A Coach", "/South/ExtraCurr/listOfCoaches.asp",,,1
    ,"Important Athletic Dates", "/South/ExtraCurr/iDates.asp",,,1
	,"Fall Sports", "show-menu=sportsFall",,,1
	,"Winter Sports", "show-menu=sportsWinter",,,1
	,"Spring Sports", "show-menu=sportsSpring",,,1
	,"Summer Sports", "show-menu=sportsSummer",,,1
	,"All Year Sports", "show-menu=sportsAll",,,1
	])

    	addmenu(menu=["sportsWinter",
    	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
    	,"Basketball - boys", "/South/ExtraCurr/ActProfile.asp?ID=75",,,1
    	,"Basketball - girls", "/South/ExtraCurr/ActProfile.asp?ID=76",,,1
    	,"Gymnastics", "/South/ExtraCurr/ActProfile.asp?ID=94",,,1
    	,"Hockey", "/South/ExtraCurr/ActProfile.asp?ID=95",,,1
    	,"Intramurals", "/South/ExtraCurr/ActProfile.asp?ID=97",,,1
    	,"Skiing-Snowboarding", "/South/ExtraCurr/ActProfile.asp?ID=117",,,1
    	,"Swimming - boys", "/South/ExtraCurr/ActProfile.asp?ID=124",,,1
    	,"Wrestling", "/South/ExtraCurr/ActProfile.asp?ID=135",,,1
    	])
    
    	addmenu(menu=["sportsSpring",
    	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
    	,"Golf - boys", "/South/ExtraCurr/ActProfile.asp?ID=92",,,1
    	,"Soccer - girls", "/South/ExtraCurr/ActProfile.asp?ID=119",,,1
    	,"Softball", "/South/ExtraCurr/ActProfile.asp?ID=120",,,1
    	,"Tennis - boys", "/South/ExtraCurr/ActProfile.asp?ID=126",,,1
    	,"Track - boys", "/South/ExtraCurr/ActProfile.asp?ID=128",,,1
    	,"Track - girls", "/South/ExtraCurr/ActProfile.asp?ID=129",,,1
    	])
    
    	addmenu(menu=["sportsSummer",
    	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
    	,"Baseball", "/South/ExtraCurr/ActProfile.asp?ID=74",,,1
    	])
    
    	addmenu(menu=["sportsAll",
    	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
    	,"Cheerleading", "/South/ExtraCurr/ActProfile.asp?ID=153",,,1
    	,"Pom Squad", "/South/ExtraCurr/ActProfile.asp?ID=112",,,1
    	,"Weight Room", "/South/ExtraCurr/ActProfile.asp?ID=141",,,1
    	])
    
    	addmenu(menu=["sportsFall",
    	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
    	,"Football", "/South/ExtraCurr/ActProfile.asp?ID=88",,,1
    	,"Golf - girls", "/South/ExtraCurr/ActProfile.asp?ID=93",,,1
    	,"Soccer - boys", "/South/ExtraCurr/ActProfile.asp?ID=118",,,1
    	,"Swimming - girls", "/South/ExtraCurr/ActProfile.asp?ID=125",,,1
    	,"Tennis - girls", "/South/ExtraCurr/ActProfile.asp?ID=127",,,1
    	,"Volleyball - boys", "/South/ExtraCurr/ActProfile.asp?ID=132",,,1
    	,"Volleyball - girls", "/South/ExtraCurr/ActProfile.asp?ID=133",,,1
    	,"X-country - boys", "/South/ExtraCurr/ActProfile.asp?ID=136",,,1
    	,"X-county - girls", "/South/ExtraCurr/ActProfile.asp?ID=137",,,1
    	])

	addmenu(menu=["lib",
	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
	,"South Library Home Page", "http://www.waukeshasouthlibrary.org",,,1
	,"South Library Catalog", "http://library.waukesha.k12.wi.us/uhtbin/cgisirsi.exe/x/0/0/49?user_id=southweb&password=",,,1
	,"Online Databases", "show-menu=libDB",,,1
	,"Other Libraries", "show-menu=otherLib",,,1
	,"Peer Tutoring", "/South/departments/library/tutoring.shtml",,,1
	,"Bookcrossing<br>(Free Books!)", "/South/departments/library/bookcrossing.shtml",,,1
	,"Reference", "show-menu=reference",,,1
	,"Career Stuff", "/South/departments/library/careerstuff.shtml",,,1
	,"Finding Good Websites", "show-menu=goodSites",,,1
	])

    	addmenu(menu=["libDB",
    	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
    	,"Newspapers - Periodicals", "show-menu=libDBnewsPer",,,1
    	,"Magill on History", "http://search.epnet.com/login.aspx?authtype=uid&user=magill&password=password&return=y",,,1
    	,"Literature", "show-menu=libDBlit",,,1
    	,"LitFINDER", "http://www.poemfinder.com",,,1
    	,"Encyclopedias", "show-menu=libDBencyc",,,1
    	,"Facts.com", "http://www.2facts.com/formslogin.asp?library=wauksouth&opt=Dv65dl43M",,,1
    	,"AP Photos<br>Accuweather", "http://accuweather.ap.org/cgi-bin/aplaunch.pl",,,1
    	,"Clip Art", "http://schools.clipart.com",,,1
    	])

        	addmenu(menu=["libDBnewsPer",
        	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
        	,"ProQuest", "http://www.waukesha.k12.wi.us/south/departments/library/proquest.html",,,1
        	,"eLibrary", "http://elibrary.bigchalk.com/ce",,,1
        	,"EBSCO Host", "http://search.epnet.com/login.asp",,,1
        	])

        	addmenu(menu=["libDBlit",
        	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
        	,"Magill on Lit", "http://search.epnet.com/login.aspx?authtype=uid&user=magill&password=password&return=y",,,1
        	,"Novelist Book Discussion", "http://search.epnet.com/login.aspx?authtype=uid&profile=novelist&user=southshs&password=library",,,1
        	])

        	addmenu(menu=["libDBencyc",
        	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
        	,"World Book", "http://www.worldbookonline.com/wb/Home",,,1
        	,"Grolier", "http://go.grolier.com",,,1
        	])

    	addmenu(menu=["otherLib",
    	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
    	,"Public Libraries", "show-menu=pubLib",,,1
    	,"College Libraries", "show-menu=collLib",,,1
    	,"State Libraries", "show-menu=stateLib",,,1
    	,"Library of Congress", "http://catalog.loc.gov",,,1
    	,"Education Databases", "show-menu=edDb",,,1
    	])

        	addmenu(menu=["pubLib",
        	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
        	,"Waukesha and other county public libraries", "http://www.cafelibraries.org/uhtbin/cgisirsi.exe/x/0/0/57/49?user_id=WKWEB",,,1
        	,"County Periodical Holdings", "http://www.waukeshacounty.gov/departments/library/periodicals.asp",,,1
         	,"Milwaukee", "http://countycat.mcfls.org/search",,,1
       	])

        	addmenu(menu=["collLib",
        	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
        	,"Carroll", "http://divisions.cc.edu/library/",,,1
        	,"UW-Waukesha", "http://uwcolleges.uwsp.edu/",,,1
        	,"WCTC", "http://wctclib.wctc.edu/",,,1
         	,"UW-Milwaukee", "https://millib.wisconsin.edu/cgi-bin/Pwebrecon.cgi?DB=local&PAGE=First",,,1
       	])

        	addmenu(menu=["stateLib",
        	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
        	,"Online Catalogs", "http://dpi.wi.gov/pld/wis_lib.html",,,1
        	,"WISCAT", "http://www.wiscat.net/agent/login.asp?cid=stwi&lid=wm86&mode=g",,,1
        	,"WISCAT (staff use)", "http://www.wiscat.net/staff",,,1
       	])

        	addmenu(menu=["edDb",
        	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
        	,"E.R.I.C.<br>Educational Resources", "http://www.eric.ed.gov/ERICWebPortal/Home.portal?_nfpb=true&_pageLabel=advanced",,,1
        	,"E.R.I.C. Listservs", "http://www.eduref.org/lm_net/archive/",,,1
       	])

    	addmenu(menu=["reference",
    	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
    	,"Dictionary", "http://www.m-w.com/dictionary.htm",,,1
    	,"Atlapedia", "http://www.atlapedia.com/",,,1
    	,"CIA Factbook", "http://www.odci.gov/cia/publications/factbook/index.html",,,1
    	,"Information Please Alanac", "http://www.infoplease.com/",,,1
    	,"Quotations", "http://www.ipl.org/ref/RR/static/ref5500.html",,,1
    	,"Statistcal Abstract of the United States", "http://www.census.gov/prod/www/statistical-abstract-03.html",,,1
    	,"Wisconsin State Statutes", "http://www.legis.state.wi.us/rsb/stats.html",,,1
    	])

    	addmenu(menu=["goodSites",
    	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
    	,"Directories", "show-menu=directories",,,1
    	,"Search Engines", "show-menu=searchEng",,,1
    	,"Evaluating Websites", "http://www.lib.berkeley.edu/TeachingLib/Guides/Internet/Evaluate.html",,,1
    	,"Website Evaluation Checklist", "http://www.lib.berkeley.edu/TeachingLib/Guides/Internet/EvalForm_General_Barker.pdf",,,1
    	,"Searching the Internet Effectively", "http://www.lib.berkeley.edu/TeachingLib/Guides/Internet/FindInfo.html",,,1
    	])

        	addmenu(menu=["directories",
        	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
        	,"Mining Company", "http://www.miningco.com/",,,1
        	,"Internet Public Library", "http://www.ipl.org/ref",,,1
        	,"Librarians Internet Index", "http://lii.org/search",,,1
	       	,"Google Directory", "http://www.google.com/dirhp",,,1
        	,"Yahoo", "http://www.yahoo.com",,,1
       	])

        	addmenu(menu=["searchEng",
        	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
        	,"Alta Vista", "http://www.altavista.com/web/default",,,1
        	,"Alta Vista - Images", "http://www.altavista.com/image/default",,,1
        	,"Google", "http://www.google.com",,,1
        	,"Google - Images", "http://www.google.com/imghp?hl=en&tab=wi",,,1
        	,"Ask", "http://www.ask.com",,,1
        	,"Vivisimo", "http://www.vivisimo.com/",,,1
       	])

	addmenu(menu=["parents",
	,,120,1,,style2,0,"left",effect,0,,,,,,,,,,,
   	,"Booster Club", "/South/Booster/default.asp",,"Support South Activites - Join Booster Club",1
	,"Brain Research","/South/BrainResearch.shtml",,,1
	,"Calendars","/south/calendar/calOptions.asp",,"The general school calendar of events",1
	,"Forms","/South/Forms/default.asp",,,1
	,"Guidance","/South/departments/guidance/default.asp",,,1
	,"Open Enrollment Info","http://dpi.wi.gov/sms/psctoc.html",,"Attend our great school, even if you do not live in the boundaries.",1
	,"Parenting Tips","/South/ParentingTips/index.asp",,"Ideas on how to help out at home",1
	,"Project Graduation", "/South/ProjectGraduation/default.asp",,,1
	,"School Contact Info","/South/iphone.asp",,"Important school phone numbers",1
	,"Spotlight", "/South/spotlight/default.asp",,"General school announcements & information",1
	,"Supply Lists","/South/courseSupplyLists.asp",,"Find out what you need for each class",1
	,"Teacher Contact Info","/South/StaffDirectory.asp",,"Teacher phone numbers & e-mails",1
	,"Tutoring","/South/tutoring.asp",,"Tutoring - when, where, how",1
	,"Volunteer Opportunities","/South/ParentParticipation.shtml",,"Ways for parents to get involved at South",1
	,"Warning Signs","/South/WarningSigns/index.shtml",,"Potential warning signs of drug or alcohol abuse, gang activity, academic problems, etc.",1
	,"Waukesha Education Foundation","http://www.waukeshaeducationfoundation.org",,"Show your gratitude. Give back to the institution that gave you so much.",1
	,"WebGrader Instructions","/South/WebGrader-forParents.pdf",,"Stay on top of your students grades. Stay in touch with teachers.",1
	])

	addmenu(menu=["students",
	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
//	,"ACT Prep Class", "/South/docs/ACTprepClass.pdf",,,1
	,"Calculators", "http://www.martindalecenter.com/Calculators.html",,"Calculators for just about anything you can imagine.",1
	,"Cardinal Star", "http://my.highschooljournalism.org/wi/waukesha/south/",,"Read the school newspaper.",1
	,"Citation Machine", "http://www.citationmachine.net/",,"Create accurate source citations by simply filling out a form with the requested information.",1
	,"College Visits", "/South/Colleges/visits.asp",,,1
	,"College Entrance<br>Exam Preparation", "/South/CollegeEntExamPrep.shtml",,"Links to sites useful in preparing for the ACT, SAT, PSAT",1
	,"Daily announcements","/South/Announcements/item.asp",,,1
//	,"Dance Guest Pass App","/South/docs/DanceGuestPassApplication.pdf",,"Date not from South? Get this form into the office 48 hours prior to the dance.",1
	,"Dance Photos","http://www.partypics.com/ver2/Checkpassword.aspx?Eventpwd=WSHS",,"View & Order Your Formal Dance Pictures Here",1
	,"Extra Curr. Activities","/South/ExtraCurr/index.asp",,"Over 70 different activities for students",1
	,"Flash Cards","/South/flashcards/student.asp",,"Study for your next test online with virtual flash cards from your teacher",1
	,"Guidance","/South/departments/guidance/default.asp",,,1
	,"Lunch Menu","https://www.sodexoeducation.com/segment_0200/district_7305/ENM/entry1/",,,1
	,"Schedules","show-menu=schedules",,,1
	,"Scholarships","/South/Departments/guidance/Scholarships/index.asp",,"Hundreds of scholarships are waiting for you",1
	,"Semester Grade Calculator","/South/CalculatingSemGrades.asp",,"So, what do I need to get on the final to get an A . . . ?",1
	,"Software Instructions","/South/SoftwareInstructions.shtml",,"Instructions & tutorials for commonly used software",1
	,"Student Handbook","/South/StudentHandbook.pdf",,,1
	,"Supply Lists","/South/courseSupplyLists.asp",,"Find out what you need for each class",1
	,"Teacher Contact Info","/South/StaffDirectory.asp",,"Teacher phone numbers & e-mail addresses",1
	,"Teacher Profiles","/South/departments.shtml",,"Sometimes it is useful to know your teachers favorite food",1
	,"Tutoring","/South/tutoring.asp",,"Tutoring - when, where, how",1
	,"WebGrader Instructions","/South/WebGrader-forStudents.pdf",,"Stay on top of your  grades. Stay in touch with your teachers.",1
	])


    	addmenu(menu=["schedules",
    	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
    	,"Daily", "/South/Schedules/daily.asp",,"The daily schedule",1	
    	,"Assembly after 8<sup>th</sup>", "/South/Schedules/after8.asp",,"For whole school assemblies after 8th hour, like Homecoming",1	
    	,"Double Assembly - 3<sup>rd</sup>", "/South/Schedules/double3.shtml",,"Half the school attends the first assembly, half attends the second",1	
    	,"Double Assembly - 8<sup>th</sup>", "/South/Schedules/double8.shtml",,"Half the school attends the first assembly, half attends the second",1	
    	,"Early Release", "/South/Schedules/EarlyRelease.shtml",,"The early release schedule",1	
    	,"Exams", "/South/Schedules/exam.asp",,"The exam schedule",1	
/*    	,"Homeroom", "/South/Schedules/homeroom.shtml",,"The homeroom schedule",1		*/
    	])
	
/*	addmenu(menu=["teachers",
	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
	,"Curriculum Development Links", "show-menu=currdev",,,1	
	,"Staff Development Links", "show-menu=staffdev",,,1
	])
	
		addmenu(menu=["currdev",
		,,140,1,"",style2,,"",effect,,,,,,,,,,,,
		,"4teachers.org", "http://4teachers.org/",,,1	
		,"6-Trait Writing", "/South/6traits.shtml",,,1	
		,"Internet Projects", "http://www.gsh.org/pr/",,,1
		,"Maps", "/South/maps/maps.shtml",,,1
		,"NoteStar - note taking tools", "http://notestar.4teachers.org/",,,1
		,"PuzzleMaker.com", "http://www.puzzlemaker.com",,,1
		,"QuizStar - on-line quizzes","http://quiz.4teachers.org/index.php3",,,1
		,"WebQuests","http://edweb.sdsu.edu/webquest/matrix.html",,,1
		])
	
		addmenu(menu=["staffdev",
		,,140,1,"",style2,,"",effect,,,,,,,,,,,,
		,"6-Trait Writing", "/South/6traits.shtml",,,1	
		,"Brain Research", "/South/BrainResearch.shtml",,,1
		,"Files For Downloading", "/South/staffDev/filesForDownloading.asp",,,1
		,"Rubrics", "/South/Construction.shtml",,,1		
		,"Software Instructions", "SoftwareInstructions.shtml",,,1
		])
*/

	addmenu(menu=["recogs",
	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
	,"2006 Highlights", "/South/docs/2006Highlights.pdf",,"A brochure highlighting examples of excellence during 2006",1
	,"Amazing Facts", "/South/PR/funFacts.asp",,,1
	,"Herb Kohl Fellowship", "/South/Recognitions/kohlFellowship.asp",,"Herb Kohl Fellowship Recipients from South",1
	,"Herb Kohl Scholarship", "/South/Recognitions/kohlScholarship.asp",,"Herb Kohl Scholarship Recipients from South",1
/*	,"Honor Roll", "/South/Construction.shtml",,,1			*/
	,"Jack Kean Award", "/South/Recognitions/jackKeanAward.asp",,"",1
/*	,"State Champions", "/South/Construction.shtml",,,1		*/
/*	,"State Records", "/South/Construction.shtml",,,1		*/
	,"State Park Sticker Contest", "/South/Recognitions/StatePark2007.asp",,"",1
	,"State Qualifiers", "/South/Recognitions/state.asp",,,1
	,"Student of the Month", "/South/SOTM/students.asp",,"Students of the Month at South",1
	,"Wall of Fame", "/South/WallOfFame/",,"South alumni who have made major contributions to society",1
	,"Young Woman of Tomorrow", "/South/Recognitions/youngWomanOfDistinction.asp",,"",1
	])

	addmenu(menu=["schoolinfo",
	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
	,"Address", "/South/iphone.asp",,"Need to use snail-mail? Here you go.",1	
	,"Amazing Facts", "/South/PR/funFacts.asp",,"Some fun facts to know and tell...",1
	,"Calendars", "/South/calendar/calOptions.asp",,"A calendar of events - month by month",1	
	,"Cardinal Star", "http://my.highschooljournalism.org/wi/waukesha/south/",,"Read the school newspaper.",1
	,"Daily Announcements", "/South/Announcements/item.asp",,,1
	,"Driving Directions", "/South/directions/index.asp",,"Where are you coming from?",1
	,"Forms","/South/Forms/default.asp",,,1
	,"Graduation", "/South/Graduation/index.shtml",,"How it all began",1
	,"History of South", "/South/history.shtml",,"How it all began",1
	,"Important Phone Numbers", "/South/iphone.asp",,"Important school phone numbers",1
	,"Lunch Menu","https://www.sodexoeducation.com/segment_0200/district_7305/ENM/entry1/",,,1
	,"Pool Information", "/South/pool/index.shtml",,"",1
	,"Project Graduation", "/South/ProjectGraduation/default.asp",,,1
	,"Schedules","show-menu=schedules",,,1
/*	,"South Fest", "/South/SouthFest/index.shtml",,"A classic blackshirt tradition to kick off the new school year",1
	,"South in the News", "/South/Construction.shtml",,,1		*/
	,"Spotlight", "/South/spotlight/default.asp",,"General school announcements, news, & information",1
	,"Teacher Contact Info", "/South/StaffDirectory.asp",,"Teacher phone numbers & e-mail addresses",1
	,"Virtual Tour", "/South/VirtualTourIntro.shtml",,"Walk through the halls of South",1
	,"Wall of Fame", "/South/WallOfFame/",,"South alumni who have made major contributions to society",1
	,"Web Site Feedback","/South/webmasters.asp",,"Give us your suggestions, corrections, accolades, etc",1
	])
	
	
	addmenu(menu=["schoolstore",
	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
		,"Paper Order Form", "/South/SpiritwearOrderForm.pdf",,"Download and print an order form",1	
		,"Order Online", "http://qnet.e-quantum2k.com/~koenigs/Custom/WSHI/RETAIL/cgi-bin/rentry.cgi",,"Order spiritwear on-line & pay by credit card",1	
//		,"Order Online", "http://www.koenigs.com/south/",,"Order spiritwear on-line & pay by credit card",1	
	])

	
	addmenu(menu=["misc",
	,,120,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"City of Waukesha","http://www.ci.waukesha.wi.us/",,,1
	,"Other SDW Schools","show-menu=SDWschools",,,1
	,"Safe & Sound","http://www.safesoundwaukesha.org",,,1
	,"School District of Waukesha","http://www.waukesha.k12.wi.us/",,,1
	,"Waukesha Freeman","http://www.freemanol.com",,,1
	,"Web Site Feedback","/South/webmasters.asp",,"Give us your suggestions, corrections, accolades, etc",1
	])
	

	addmenu(menu=["SDWschools",
	,,140,1,"",style2,,"",effect,,,,,,,,,,,,
		,"Academy of Health<br>Professions","http://www.waukesha.k12.wi.us/South/healthCareAcademy/index.asp",,,1
		,"Engineering Prep<br>Academy","http://www.waukesha.k12.wi.us/South/wepa/index.html",,,1
		,"Harvey Philip","http://www.waukesha.k12.wi.us/harveyphilip/",,,1
		,"iQ Academy","http://www.iqacademywi.com",,,1
		,"North HS","http://www.waukesha.k12.wi.us/North/WaukeshaNorth.html",,,1
		,"West HS","http://www.waukesha.k12.wi.us/West/index.html",,,1
	])

	
/*  ***Use this code for disolving menus***
	addmenu(menu=["Other",,,140,1,,style2,0,"left","randomdissolve(duration=0.5);Shadow(color='#999999', Direction=135, Strength=5)",0,,,,,,,,,,,
	,"Menu Authors Site","http://www.milonic.co.uk/menu",,"Milonic DHTML Menu Site",1
	])
*/	

dumpmenus()
