//UDMv3.4.1.1b
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.4.1b by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  KDE modifications by David Joham
//  Opera reload/resize routine by Michael Wallner
//  http://www.wallner-software.com/
//
//  This script featured on Dynamic Drive (http://www.dynamicdrive.com)
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "left";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	0; 		// absolute top position

var staticMENU = true;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = true;		// show empty cells
var showBORDERS = true;		// show empty cell borders

var baseHREF = "resources/";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1013;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"CFBFA0";	// main nav cell color
var rCOLOR = 	"800000";	// main nav cell rollover color
var bSIZE = 	2;		// main nav border size
var bCOLOR = 	"800000"	// main nav border color
var aLINK = 	"800000";	// main nav link color
var aHOVER = 	"CFBFA0";	// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"verdana";	// main nav font face
var fSIZE = 	9;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	2;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	2;		// 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 = 	0;		// shift the submenus vertically
var hOFFSET = 	0;		// shift the submenus horizontally

var smCOLOR = 	"CFBFA0";	// submenu cell color

var srCOLOR = 	"800000";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"800000"	// submenu border color
var saLINK = 	"800000";	// submenu link color
var saHOVER = 	"CFBFA0";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"verdana";// submenu font face
var sfSIZE = 	9;		// submenu font size (pixels)
var sfWEIGHT = 	"bold"	// submenu font weight
var stINDENT = 	2;		// submenu text indent (if text is left or right aligned)
var svPADDING = 2;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	0;		// submenu drop shadow size
var shCOLOR =	"";	// submenu drop shadow color
var shOPACITY = 0;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = 0;		// shift the child menus vertically
var chhOFFSET = 0;		// shift the child menus horizontally

var closeTIMER = 330;		// 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 = "status";		// where to display alt text
var allowRESIZE = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width
var gridHEIGHT = 0;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = true;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in mozilla 5


//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")


addMainItem("http://geographyworldonline.com/index.html","HOME",42,"center","_self","HOME",0,0,"");

addMainItem("","Continents",62,"center","","Continents",0,0,"");

	defineSubmenuProperties(125,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Barn(orientation=vertical, motion=out)");

	addSubmenuItem("","Africa >","_self","Africa");
                // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(170,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=1.0,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://geographyworldonline.com/africa.html","Africa Geography","_self","Geography of Africa");
		addChildmenuItem("http://geographyworldonline.com/africagames.html","Africa Games","_self","Games about Africa");
		
	addSubmenuItem("","Antarctica / Arctic >","_self","Antarctica / Arctic");
                // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(170,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=1.0,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://geographyworldonline.com/antarctica.html","Antarctica / Arctic Geography","_self","Geography of the Arctic and Antarctic");
                addChildmenuItem("http://geographyworldonline.com/antarcticgames.html","Antarctica / Arctic Games","_self","Games about the Arctic and Antarctic");
	
        addSubmenuItem("","Asia >","_self","Asia");
                // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(170,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=1.0,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://geographyworldonline.com/asia.html","Asia Geography","_self","Geography of Asia");
		addChildmenuItem("http://geographyworldonline.com/asiagames.html","Asia Games","_self","Games about Asia");
		
	addSubmenuItem("","Australia / Oceania >","_self","Australia / Oceania");
                // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(170,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=1.0,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://geographyworldonline.com/australia.html","Australia / Oceania Geography","_self","Geography of Australia and Oceania");
		addChildmenuItem("http://geographyworldonline.com/australiagames.html","Australia / Oceania Games","_self","Games about Australia and Oceania");
	
	addSubmenuItem("","Europe >","_self","Europe");
                // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(170,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=1.0,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://geographyworldonline.com/europe.html","Europe Geography","_self","Geography of Europe");
		addChildmenuItem("http://geographyworldonline.com/europegames.html","Europe Games","_self","Games about Europe");
	
	addSubmenuItem("","Latin America >","_self","Latin America");
                // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(170,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=1.0,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://geographyworldonline.com/latin.html","Latin America Geography","_self","Geography of Latin America");
		addChildmenuItem("http://geographyworldonline.com/latingames.html","Latin America Games","_self","Games about Latin America");
	
	addSubmenuItem("","North America >","_self","United States and Canada");
                // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(170,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=1.0,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://geographyworldonline.com/Canada.html","Canada Geography","_self","Geography of Canada");
		addChildmenuItem("http://geographyworldonline.com/Canadagames.html","Canada Games","_self","Games about Canada");
		addChildmenuItem("http://geographyworldonline.com/citiesaz.html","US Cities - A-Z","_self","Alphabetized list of US city websites");
		addChildmenuItem("http://geographyworldonline.com/cities.html","US Cities - by State","_self","US city websites arranged by state");
		addChildmenuItem("http://geographyworldonline.com/citiesgames.html","US Cities Games","_self","Games about US cities");
		addChildmenuItem("http://geographyworldonline.com/US.html","US Geography","_self","Geography of the United States");
		addChildmenuItem("http://geographyworldonline.com/USgames.html","US Geography Games","_self","Games about the United States");
		
	addSubmenuItem("","World >","_self","World Geography and World Flags");
                // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(170,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=1.0,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://geographyworldonline.com/flags.html","Flags","_self","Flag websites");
		addChildmenuItem("http://geographyworldonline.com/flaggames.html","Flag Games","_self","Games about flags");
		addChildmenuItem("http://geographyworldonline.com/capitals.html","World Capitals","_self","Capitals of the Countries of the world");
		addChildmenuItem("http://geographyworldonline.com/world.html","World Geography","_self","Geography of the world");
		addChildmenuItem("http://geographyworldonline.com/worldgames.html","World Geography Games","_self","Games about the world");

addMainItem("","Culture",48,"center","","Culture",0,0,"");

	defineSubmenuProperties(155,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Barn(orientation=vertical, motion=out)");

	addSubmenuItem("http://geographyworldonline.com/amerc.html","American Culture","_self","Culture of the United States");
	addSubmenuItem("http://geographyworldonline.com/amercgames.html","American Culture Games","_self","Games about American culture");
        addSubmenuItem("http://geographyworldonline.com/ancient.html","Ancient Culture","_self","Cultures of ancient times");
        addSubmenuItem("http://geographyworldonline.com/ancientgames.html","Ancient Culture Games","_self","Games about ancient cultures");
        addSubmenuItem("http://geographyworldonline.com/culture.html","World Culture","_self","Cultures around the world");
	addSubmenuItem("http://geographyworldonline.com/culturegames.html","World Culture Games","_self","Games about cultures around the world");
						
                
// *** change these to absolutes

addMainItem("","Geography Information",130,"center","","Geographical Information",0,0,"");

	defineSubmenuProperties(164,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Barn(orientation=vertical, motion=out)");

	addSubmenuItem("","Agriculture / Farming >","_self","Agriculture and Farming");

                // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(155,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=1.0,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://geographyworldonline.com/agriculture.html","Main Page","_self","Agriculture and farming websites");
		addChildmenuItem("http://geographyworldonline.com/agrigames.html","Agriculture / Farming Games","_self","Games about agriculture and farming");
	addSubmenuItem("","Conservation / Environment >","_self","Conservation and Environmental Issues");

                // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(155,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=1.0,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://geographyworldonline.com/conservation.html","Main Page","_self","Websites about conservation and environmental issues");
		addChildmenuItem("http://geographyworldonline.com/conservationgames.html","Conservation / Env. Games","_self","Games about conservation and environmental issues");
	addSubmenuItem("","Earth's Land >","_self","Land on Earth");

                // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(155,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=1.0,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://geographyworldonline.com/land.html","Main Page","_self","Websites about land and landforms");
		addChildmenuItem("http://geographyworldonline.com/landgames.html","Earth's Land Games","_self","Games about land and landforms");
	addSubmenuItem("","Earth's Water >","_self","Water on Earth");

                // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(155,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=1.0,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://geographyworldonline.com/water.html","Main Page","_self","Websites about bodies of water");
		addChildmenuItem("http://geographyworldonline.com/watergames.html","Earth's Water Games","_self","Games about bodies of water");
	addSubmenuItem("","Earthquakes >","_self","Earthquakes");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(155,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=1.0,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://geographyworldonline.com/equake.html","Main Page","_self","Earthquakes");
		addChildmenuItem("http://geographyworldonline.com/myquake.html","My First Earthquake","_self","Mr. Bowermans 1st Earthquake");
	addSubmenuItem("","Ecosystem / Biomes >","_self","Ecosystems and biomes");

                // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(155,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=1.0,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://geographyworldonline.com/ecosystems.html","Main Page","_self","Ecosystems and biomes");
		addChildmenuItem("http://geographyworldonline.com/ecogames.html","Ecosystems / Biomes Games","_self","Games about ecosystems and biomes");
	addSubmenuItem("","Erosion / Weathering >","_self","Erosion and Weathering");

                // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(155,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=1.0,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://geographyworldonline.com/erosion.html","Main Page","_self","Erosion and Weathering");
		addChildmenuItem("http://geographyworldonline.com/erosiongames.html","Erosion / Weathering Games","_self","Games about erosion and weathering");
		addSubmenuItem("http://geographyworldonline.com/gis.html","GIS / GPS","_self","Websites and games about GIS and GPS");
	addSubmenuItem("","Maps / Globes / Skills >","_self","Maps, globes and map-reading skills");

                // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(155,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=1.0,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://geographyworldonline.com/maps.html","Main Page","_self","Information on maps, globes, and map-reading skills");
		addChildmenuItem("http://geographyworldonline.com/mapgames.html","Map Games","_self","Games about maps, globes and map-reading skills");
		addChildmenuItem("http://geographyworldonline.com/tutorial","Latitude-Longitude Tutorial","_blank","Latitude and Longitude Tutorial by Mr. Bowerman");
	addSubmenuItem("","Natural Resources / Energy >","_self","Natural and Energy Resources");

                // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(155,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=1.0,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://geographyworldonline.com/resources.html","Main Page","_self","Information on natural and energy resources");
		addChildmenuItem("http://geographyworldonline.com/resourcegames.html","Resource Games","_self","Games about natural and energy resources");
	addSubmenuItem("","Population >","_self","Population");

                // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(155,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=1.0,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://geographyworldonline.com/population.html","Main Page","_self","Population information");
		addChildmenuItem("http://geographyworldonline.com/populationgames.html","Population Games","_self","Games related to population");
	addSubmenuItem("","Tectonics / Continental Drift >","_self","Plate Tectonics and Continental Drift");
	 	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(155,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=1.0,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://geographyworldonline.com/tectonics.html","Main Page","_self","Tectonics and Continental Drift information");
		addChildmenuItem("http://geographyworldonline.com/tectonicgames.html","Tectonics Games","_self","Games related to plate tectonics and continental drift");
	
	addSubmenuItem("http://geographyworldonline.com/time.html","Time / Calendars","_self","Information and games about time and calendars");
	addSubmenuItem("http://geographyworldonline.com/travel.html","Travel / Vacations","_self","Travel and vacation websites");
	addSubmenuItem("http://geographyworldonline.com/volcano.html","Volcanoes","_self","Volcano information and games");
	addSubmenuItem("","Weather / Climate >","_self","Weather and climate");

                // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(155,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=1.0,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://geographyworldonline.com/weather.html","Main Page","_self","Information on weather and climate");
		addChildmenuItem("http://geographyworldonline.com/weathergames.html","Weather Games","_self","Games about the weather");
	addSubmenuItem("http://geographyworldonline.com/definition.html","What Is Geography?","_self","Definitions for the word geography");

addMainItem("","Geography Fun",80,"center","","Geography Games, Toys, Books, Magazines, News and Quizzes",0,0,"");

	defineSubmenuProperties(155,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Barn(orientation=vertical, motion=out)");

	addSubmenuItem("","Geography Games >","_self","Geography Games");
	
                // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(177,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=1.0,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://geographyworldonline.com/games.html","Geography Games","_self","Ultimate Geography Game List");
		addChildmenuItem("http://geographyworldonline.com/africagames.html","Africa Games","_self","Games about Africa");
		addChildmenuItem("http://geographyworldonline.com/agrigames.html","Agriculture / Farming Games","_self","Games about agriculture and farming");
		addChildmenuItem("http://geographyworldonline.com/amercgames.html","American Culture Games","_self","Games about American culture");
        	addChildmenuItem("http://geographyworldonline.com/ancientgames.html","Ancient Culture Games","_self","Games about ancient cultures");
        	addChildmenuItem("http://geographyworldonline.com/antarcticgames.html","Antarctica / Arctic Games","_self","Games about the Arctic and Antarctic");
		addChildmenuItem("http://geographyworldonline.com/asiagames.html","Asia Games","_self","Games about Asia");
		addChildmenuItem("http://geographyworldonline.com/australiagames.html","Australia / Oceania Games","_self","Games about Australia and Oceania");
		addChildmenuItem("http://geographyworldonline.com/Canadagames.html","Canada Games","_self","Games about Canada");
		addChildmenuItem("http://geographyworldonline.com/conservationgames.html","Conservation / Env. Games","_self","Games about conservation and environmental issues");
		addChildmenuItem("http://geographyworldonline.com/landgames.html","Earth's Land Games","_self","Games about land and landforms");
		addChildmenuItem("http://geographyworldonline.com/watergames.html","Earth's Water Games","_self","Games about bodies of water");
		addChildmenuItem("http://geographyworldonline.com/economicgames.html","Economic Geography Games","_self","Games about economic geography");
		addChildmenuItem("http://geographyworldonline.com/ecogames.html","Ecosystems / Biomes Games","_self","Games about ecosystems and biomes");
		addChildmenuItem("http://geographyworldonline.com/erosiongames.html","Erosion / Weathering Games","_self","Games about erosion and weathering");
		addChildmenuItem("http://geographyworldonline.com/europegames.html","Europe Games","_self","Games about Europe");
		addChildmenuItem("http://geographyworldonline.com/flaggames.html","Flag Games","_self","Games about flags");
		addChildmenuItem("http://geographyworldonline.com/latingames.html","Latin America Games","_self","Games about Latin America");
		addChildmenuItem("http://geographyworldonline.com/mapgames.html","Map Games","_self","Games about maps, globes and map-reading skills");
		addChildmenuItem("http://geographyworldonline.com/PAgames.html","Pennsylvania Games","_self","Games and quizzes about Pennsylvania");
		addChildmenuItem("http://geographyworldonline.com/populationgames.html","Population Games","_self","Games related to polulation");
		addChildmenuItem("http://geographyworldonline.com/resourcegames.html","Resource Games","_self","Games about natural and energy resources");
		addChildmenuItem("http://geographyworldonline.com/tectonicgames.html","Tectonics/Continental Drift Games","_self","Games about plate tectonics and continental drift");
		addChildmenuItem("http://www.quia.com/pages/top10.html","Top 10 Games","_blank","Geographic top 10 lists");
		addChildmenuItem("http://geographyworldonline.com/citiesgames.html","US Cities Games","_self","Games about US cities");
		addChildmenuItem("http://geographyworldonline.com/USgames.html","US Geography Games","_self","Games about the United States");
		addChildmenuItem("http://geographyworldonline.com/weathergames.html","Weather Games","_self","Games about the weather");
		addChildmenuItem("http://geographyworldonline.com/culturegames.html","World Culture Games","_self","Games about cultures around the world");
		addChildmenuItem("http://geographyworldonline.com/worldgames.html","World Geography Games","_self","Games about the world");
	addSubmenuItem("http://geographyworldonline.com/books.html","Geography Bookstore","_self","Buy books from Amazon.com");
	addSubmenuItem("http://geographyworldonline.com/magazines.html","Geography Magazines","_self","Buy magazines from Amazon.com");
        addSubmenuItem("http://geographyworldonline.com/news.html","Geography News / Info","_self","Get the latest geographical news");
	addSubmenuItem("http://geographyworldonline.com/quiz.html","Geography Quizzes","_self","Test your geographic knowledge");
	addSubmenuItem("http://geographyworldonline.com/toys.html","Geography Toystore","_self","Buy toys and software from Amazon.com");
	addSubmenuItem("http://geographyworldonline.com/globestore.html","Globe Store","_self","Buy Desk Globes and Floor Globes from Maps.com");
	addSubmenuItem("http://geographyworldonline.com/mapstore.html","Map Store","_self","Buy World, US, and Travel Maps from Maps.com");
	addSubmenuItem("http://geographyworldonline.com/scavenger.html","Scavenger Hunts","_self","Internet scavenger hunts");
	
addMainItem("","Other Topics",72,"center","","For Teachers, Homework Help and World Media",0,0,"");

	defineSubmenuProperties(155,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Barn(orientation=vertical, motion=out)");

	addSubmenuItem("http://geographyworldonline.com/media.html","Educational & World Media","_self","Newspapers, TV, radio, etc.");
	addSubmenuItem("http://geographyworldonline.com/teach.html","For Geography Teachers","_self","Valuable information for geography and all teachers");
	addSubmenuItem("http://geographyworldonline.com/homework.html","Homework Help","_self","For students of geography");
		
addMainItem("","Pennsylvania",73,"center","_blank","Pennsylvania Geography",0,0,"");

	defineSubmenuProperties(155,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Barn(orientation=vertical, motion=out)");

	addSubmenuItem("http://geographyworldonline.com/PA.html","Main Page","_blank","Pennsylvania Geography");
	addSubmenuItem("http://geographyworldonline.com/PAbooks.html","Bookstore","_blank","Buy books on PA from Amazon.com");
	addSubmenuItem("http://geographyworldonline.com/PAcities.html","Cities & Towns","_blank","PA's cities and towns");
	addSubmenuItem("http://geographyworldonline.com/PACountypop.html","County Population Change","_blank","Census information");
	addSubmenuItem("http://geographyworldonline.com/PAgames.html","Games & Quizzes","_blank","Games and quizzes about Pennsylvania");
	addSubmenuItem("http://geographyworldonline.com/PAgovt.html","Government","_blank","Links to PA governmental sites");
	addSubmenuItem("http://geographyworldonline.com/PAinfo.html","Information","_blank","General Pennsylvania information");
	addSubmenuItem("http://geographyworldonline.com/PAmaps.html","Maps & Photos","_blank","Maps and pictures of Pennsylvania");
	addSubmenuItem("http://geographyworldonline.com/PAsites.html","Sites & Attractions","_blank","Interesting areas of Pennsylvania");
	addSubmenuItem("http://geographyworldonline.com/PA10.html","Top 10 Cities in PA","_blank","Sorted by population");
	addSubmenuItem("http://geographyworldonline.com/nepa.html","Northeastern PA","_blank","Websites about northeastern Pennsylvania");
	
addMainItem("","Geography World",94,"center","","Geography World",0,0,"");

	defineSubmenuProperties(155,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Barn(orientation=vertical, motion=out)");

	addSubmenuItem("http://geographyworldonline.com/adrates.html","Advertising Rates","_self","Put your ads on Geography World");
	addSubmenuItem("","Educational Awards >","","Awards presented to Geography World");
	
                // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(125,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=1.0,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://geographyworldonline.com/edawards.html","Educational Awards 1","_blank","Awards presented to Geography World");
		addChildmenuItem("http://geographyworldonline.com/edawards.html","Educational Awards 2","_blank","Awards presented to Geography World");
		addChildmenuItem("http://geographyworldonline.com/edawards.html","Educational Awards 3","_blank","Awards presented to Geography World");
		addChildmenuItem("http://geographyworldonline.com/edawards.html","Educational Awards 4","_blank","Awards presented to Geography World");
		addChildmenuItem("http://geographyworldonline.com/edawards.html","Educational Awards 5","_blank","Awards presented to Geography World");
	addSubmenuItem("http://blog.geographyworldonline.com/","Geography World Weblog","_blank","Check out my blog!");
	addSubmenuItem("http://geographyworldonline.com/feedback.html","Leave Feedback","_self","Leave your comments for Geography World");
	addSubmenuItem("http://geographyworldonline.com/link.html","Link To Us","_self","Link to Geography World from your website");
	addSubmenuItem("http://geographyworldonline.com/mission.html","Mission Statement","_self","Purpose for Geography World");
	addSubmenuItem("http://geographyworldonline.com/privacy.html","Privacy Notice","_self","Policies on collecting personal information");
	addSubmenuItem("http://geographyworldonline.com/sitemap.html","Sitemap","_self","Organization chart for Geography World");
	addSubmenuItem("","Special Reviews >","","Read reviews from prestigious organizations");
	
                // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(125,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=1.0,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://geographyworldonline.com/reviews.html","Special Reviews 1","_self","Read reviews from prestigious organizations");
		addChildmenuItem("http://geographyworldonline.com/reviews2.html","Special Reviews 2","_self","Read reviews from prestigious organizations");
		addChildmenuItem("http://geographyworldonline.com/reviews3.html","Special Reviews 3","_self","Read reviews from prestigious organizations");
		addChildmenuItem("http://geographyworldonline.com/reviews4.html","Special Reviews 4","_self","Read reviews from prestigious organizations");
		addChildmenuItem("http://geographyworldonline.com/reviews5.html","Special Reviews 5","_self","Read reviews from prestigious organizations");
		addChildmenuItem("http://geographyworldonline.com/reviews6.html","Special Reviews 6","_self","Read reviews from prestigious organizations");
		addSubmenuItem("http://geographyworldonline.com/students.html","Student Comments","_self","About Geography World");
	addSubmenuItem("http://geographyworldonline.com/teachers.html","Teacher Comments","_self","About Geography World");
	addSubmenuItem("http://geographyworldonline.com/others.html","World Comments","_self","About Geography World");
	addSubmenuItem("http://www.quia.com/rd/9806.html","Top 10 Visitors by Country","_blank","Where do Geography World's visitors come from?");
	addSubmenuItem("http://geographyworldonline.com/visitors.html","Visitors by Country","_self","List of countries whose people have visited Geography World");
	addSubmenuItem("http://geographyworldonline.com/visitorsmap.html","Visitors Map","_blank","World map of documented visitors' countries");

		
addMainItem("","Mr. Bowerman",80,"center","","Mr. Bowerman",0,0,"");

	defineSubmenuProperties(140,"left","left",0,0,"filter:progid:DXImageTransform.Microsoft.Barn(orientation=vertical, motion=out)");

	addSubmenuItem("http://geographyworldonline.com/mrb.html","Mr. B.","_blank","Biographical and other information");
	addSubmenuItem("http://geographyworldonline.com/geo/room/index.html","Mr. B's Classroom","_blank","Room 101");
	addSubmenuItem("http://geographyworldonline.com/coach.html","Mr. B's Coaching Career","_blank","Football, track & field, weightlifting");
	addSubmenuItem("http://geographyworldonline.com/college.html","Mr. B's College Years","_blank","Mansfield University");
	addSubmenuItem("http://geographyworldonline.com/myquake.html","Mr. B's First Earthquake","_self","Mr. B's 1st Earthquake");
	addSubmenuItem("http://jigzone.com/ms/g.php?ua=34505a11036","Mr. B's Jigsaw Puzzles","_blank","Many to choose from");
	addSubmenuItem("http://geographyworldonline.com/vacation11.html","Mr. B's Summer Vacation","_self","See Mr. B's latest adventures");
	addSubmenuItem("http://geographyworldonline.com/pump.html","Mr. B - Weightlifter","_blank","Bench press of 410 pounds");
	addSubmenuItem("http://geographyworldonline.com/stuff.html","Stuff Named Bowerman","_blank","People and Places Named Bowerman");
	addSubmenuItem("http://geographyworldonline.com/geo/index.html","Lakeland Geography","_blank","Mr. B's class website");




//**DO NOT EDIT THIS *****
}//***********************
//************************

