function setMenuStructure() {
	mymenu = new POTMenu
	// Defines the size of the main menu items, width and height
	mymenu.mainmenuitemsize(127,25)
	// Defines the size of the sub menu items, width and height
	mymenu.submenuitemsize(135,25)
	// Defines the position of the sub menus in relation to the parent
	mymenu.submenuplacing(0,0)
	// Images that make up the border of the main menu. Optional.
	mymenu.mainborderimages("/images/bluepixel.gif","/images/bluepixel.gif","/images/bluepixel.gif","/images/bluepixel.gif")
	// Corners of the images that make up the main menu border.
	mymenu.mainbordercorners("/images/bluepixel.gif","/images/bluepixel.gif","/images/bluepixel.gif","/images/bluepixel.gif")
	// Left width, right width and height of the top and bottom of the border
	mymenu.mainborderdimensions(1,1,1)
	// These lines are for the sub menu borders
	mymenu.subborderimages("/images/blackpixel.gif","/images/blackpixel.gif","/images/blackpixel.gif","/images/blackpixel.gif")
	mymenu.subbordercorners("/images/blackpixel.gif","/images/blackpixel.gif","/images/blackpixel.gif","/images/blackpixel.gif")
	mymenu.subborderdimensions(1,1,1)
	// Main menu cell color
	mymenu.mainmenucolor("#6699CC")
	// Sub menu cell color
	mymenu.submenucolor("#6699CC")
	// Graphical "join" between a menu and its sub menu. Optional
	//mymenu.definejoin("images/join.gif",25)
	// Centers text for Netscape 4.7
	mymenu.netscapeadjust(3,3)
	// The image that is show between the main menu items
	mymenu.definemainspacer("/images/blackpixel.gif",1)
	// The image that is show between the sub menu items
	mymenu.definesubspacer("/images/blackpixel.gif",1)
	// This line is required here
	mymenu.startMenu()
	// Define the main menu.
	mymenu.addMenu("home","<b>Home</b>", "/index.html")
	mymenu.addMenu("news","<b>News</b>", "/html/news/news.html")
	mymenu.addMenu("marchingband","<b>Marching Band</b>", "#")
	mymenu.addMenu("indoor","<b>Indoor</b>", "#")
	mymenu.addMenu("rankings","<b>Rankings</b>", "/html/rankings.html")
	mymenu.addMenu("history","<b>History</b>", "/html/history.html")
	mymenu.addMenu("tob","<b>TOB</b>", "http://www.njatob.org")
	mymenu.addMenu("email","<b>E-mail</b>", "#")
	// This line is required after the main menu is defined.
	mymenu.showMainMenu()

	// Define the sub menus

	mymenu.addSubMenu("marchingband", "members", "<b>Member Schools</b>", "/html/marchingband/member_schools.html")
	//mymenu.addSubMenu("marchingband", "rules", "<b>Rules</b>", "javascript:openWindow('http://www.njatob.org/index.php?option=com_content&view=article&id=51&Itemid=61')")
	mymenu.addSubMenu("marchingband", "m2009", "<b>2009 Contests</b>", "#")
	mymenu.addSubMenu("marchingband", "m2008", "<b>2008 Contests</b>", "#")
	mymenu.addSubMenu("marchingband", "m2007", "<b>2007 Contests</b>", "#")
	mymenu.addSubMenu("marchingband", "m2006", "<b>2006 Contests</b>", "#")
	mymenu.addSubMenu("marchingband", "m2005", "<b>2005 Contests</b>", "#")
	mymenu.addSubMenu("marchingband", "m2004", "<b>2004 Contests</b>", "#")
	mymenu.addSubMenu("marchingband", "m2003", "<b>2003 Contests</b>", "#")
	mymenu.addSubMenu("marchingband", "m2002", "<b>2002 Contests</b>", "#")
	mymenu.addSubMenu("marchingband", "m2001", "<b>2001 Contests</b>", "#")
	
	mymenu.addSubMenu("m2009", "jeffersontwp2009", "<b>Jefferson Twp</b>", "/html/marchingband/2009/jeffersontwp2009.html")
	mymenu.addSubMenu("m2009", "brickmemorial2005", "<b>Brick Memorial</b>", "/html/marchingband/2009/brickmemorial2009.html")
	mymenu.addSubMenu("m2009", "rosellepark2009", "<b>Roselle Park</b>", "/html/marchingband/2009/rosellepark2009.html")
	mymenu.addSubMenu("m2009", "matawan2009", "<b>Matawan</b>", "/html/marchingband/2009/matawan2009.html")
	mymenu.addSubMenu("m2009", "govlivingston2009", "<b>Gov Livingston</b>", "/html/marchingband/2009/govlivingston2009.html")
	mymenu.addSubMenu("m2009", "championship2009", "<b>Championship</b>", "/html/marchingband/2009/championship2009.html")
	
	mymenu.addSubMenu("m2008", "westessex2008", "<b>West Essex</b>", "/html/marchingband/2008/westessex2008.html")
	mymenu.addSubMenu("m2008", "matawan2008", "<b>Matawan</b>", "/html/marchingband/2008/matawan2008.html")
	mymenu.addSubMenu("m2008", "rosellepark2008", "<b>Roselle Park</b>", "/html/marchingband/2008/rosellepark2008.html")
	mymenu.addSubMenu("m2008", "govlivingston2008", "<b>Gov Livingston</b>", "/html/marchingband/2008/govlivingston2008.html")
	mymenu.addSubMenu("m2008", "championship2008", "<b>Championship</b>", "/html/marchingband/2008/championship2008.html")
	
	mymenu.addSubMenu("m2007", "westessex2007", "<b>West Essex</b>", "/html/marchingband/2007/westessex2007.html")
	mymenu.addSubMenu("m2007", "rosellepark2007", "<b>Roselle Park</b>", "/html/marchingband/2007/rosellepark2007.html")
	mymenu.addSubMenu("m2007", "oldbridge2007", "<b>Old Bridge</b>", "/html/marchingband/2007/oldbridge2007.html")
	mymenu.addSubMenu("m2007", "ramsey2007", "<b>Ramsey</b>", "/html/marchingband/2007/ramsey2007.html")	
	mymenu.addSubMenu("m2007", "govlivingston2007", "<b>Gov Livingston</b>", "/html/marchingband/2007/govlivingston2007.html")
	mymenu.addSubMenu("m2007", "championship2007", "<b>Championship</b>", "/html/marchingband/2007/championship2007.html")
	
	mymenu.addSubMenu("m2006", "oldbridge2006", "<b>Old Bridge</b>", "/html/marchingband/2006/oldbridge2006.html")
	mymenu.addSubMenu("m2006", "waynevalley2006", "<b>Wayne Valley</b>", "/html/marchingband/2006/waynevalley2006.html")
	mymenu.addSubMenu("m2006", "eastbrunswick2006", "<b>East Brunswick</b>", "/html/marchingband/2006/eastbrunswick2006.html")
	mymenu.addSubMenu("m2006", "matawan2006", "<b>Matawan</b>", "/html/marchingband/2006/matawan2006.html")
	mymenu.addSubMenu("m2006", "westessex2006", "<b>West Essex</b>", "/html/marchingband/2006/westessex2006.html")
	mymenu.addSubMenu("m2006", "govlivingston2006", "<b>Gov Livingston</b>", "/html/marchingband/2006/govlivingston2006.html")
	mymenu.addSubMenu("m2006", "championship2006", "<b>Championship</b>", "/html/marchingband/2006/championship2006.html")

	mymenu.addSubMenu("m2005", "matawan2005", "<b>Matawan</b>", "/html/marchingband/2005/matawan2005.html")
	mymenu.addSubMenu("m2005", "jeffersontwp2005", "<b>Jefferson Twp</b>", "/html/marchingband/2005/jeffersontwp2005.html")
	mymenu.addSubMenu("m2005", "gl2005", "<b>Gov Livingston</b>", "/html/marchingband/2005/govlivingston2005.html")
	mymenu.addSubMenu("m2005", "oldbridge2005", "<b>Old Bridge</b>", "/html/marchingband/2005/oldbridge2005.html")
	mymenu.addSubMenu("m2005", "championship2005", "<b>Championship</b>", "/html/marchingband/2005/championship2005.html")

	mymenu.addSubMenu("m2004", "matawan2004", "<b>Matawan</b>", "/html/marchingband/2004/matawan2004.html")
	mymenu.addSubMenu("m2004", "eastbrunswick2004", "<b>East Brunswick</b>", "/html/marchingband/2004/eastbrunswick2004.html")
	mymenu.addSubMenu("m2004", "jeffersontwp2004", "<b>Jefferson Twp</b>", "/html/marchingband/2004/jeffersontwp2004.html")
	mymenu.addSubMenu("m2004", "gl2004", "<b>Gov Livingston</b>", "/html/marchingband/2004/govlivingston2004.html")
	mymenu.addSubMenu("m2004", "oldbridge2004", "<b>Old Bridge</b>", "/html/marchingband/2004/oldbridge2004.html")
	mymenu.addSubMenu("m2004", "championship2004", "<b>Championship</b>", "/html/marchingband/2004/championship2004.html")

	mymenu.addSubMenu("m2003", "matawan2003", "<b>Matawan</b>", "/html/marchingband/2003/matawan2003.html")
	mymenu.addSubMenu("m2003", "gl2003", "<b>Gov Livingston</b>", "/html/marchingband/2003/govlivingston2003.html")
	mymenu.addSubMenu("m2003", "soplainfield2003", "<b>So Plainfield</b>", "/html/marchingband/2003/soplainfield2003.html")
	mymenu.addSubMenu("m2003", "jefferson2003", "<b>Jefferson Twp</b>", "/html/marchingband/2003/jefferson2003.html")
	mymenu.addSubMenu("m2003", "oldbridge2003", "<b>Old Bridge</b>", "/html/marchingband/2003/oldbridge2003.html")
	mymenu.addSubMenu("m2003", "chapionship2003", "<b>Championship</b>", "/html/marchingband/2003/championship2003.html")

	mymenu.addSubMenu("m2002", "matawan2002", "<b>Matawan</b>", "/html/marchingband/2002/matawan2002.html")
	mymenu.addSubMenu("m2002", "gl2002", "<b>Gov Livington</b>", "/html/marchingband/2002/govlivington2002.html")
	mymenu.addSubMenu("m2002", "jefferson2002", "<b>Jefferson Twp</b>", "/html/marchingband/2002/jefferson2002.html")
	mymenu.addSubMenu("m2002", "eastbrunswick2002", "<b>East Brunswick</b>", "/html/marchingband/2002/eastbrunswick2002.html")
	mymenu.addSubMenu("m2002", "championship2002", "<b>Championship</b>", "/html/marchingband/2002/championship2002.html")

	mymenu.addSubMenu("m2001", "oldbridge2001", "<b>Old Bridge</b>", "/html/marchingband/2001/oldbridge2001.html")
	mymenu.addSubMenu("m2001", "matawan2001", "<b>Matawan</b>", "/html/marchingband/2001/matawan2001.html")
	mymenu.addSubMenu("m2001", "gl2001", "<b>Gov Livington</b>", "/html/marchingband/2001/govlivington2001.html")
	mymenu.addSubMenu("m2001", "jefferson2001", "<b>Jefferson Twp</b>", "/html/marchingband/2001/jefferson2001.html")
	mymenu.addSubMenu("m2001", "championship2001", "<b>Championship</b>", "/html/marchingband/2001/championship2001.html")

	mymenu.addSubMenu("indoor", "i_text","<b>Indoor Info</b>", "/html/indoor/indoor.html")
	mymenu.addSubMenu("indoor", "i2009", "<b>2009</b>", "#")
	mymenu.addSubMenu("indoor", "i2008", "<b>2008</b>", "#")
	mymenu.addSubMenu("indoor", "i2007", "<b>2007</b>", "#")
	mymenu.addSubMenu("indoor", "i2006", "<b>2006</b>", "#")
	mymenu.addSubMenu("indoor", "i2005", "<b>2005</b>", "#")
	mymenu.addSubMenu("indoor", "i2004", "<b>2004</b>", "#")
	mymenu.addSubMenu("indoor", "i2003", "<b>2003</b>", "#")
	mymenu.addSubMenu("indoor", "i2002", "<b>2002</b>", "#")
	
	mymenu.addSubMenu("i2009", "2009", "<b>Phantom Reg</b>", "/html/indoor/2009/phantom2009-1.html")
	mymenu.addSubMenu("i2009", "2009", "<b>Mineola</b>", "/html/indoor/2009/mineola2009.html")
	mymenu.addSubMenu("i2009", "2009", "<b>Copaigue</b>", "/html/indoor/2009/copiague2009.html")
	mymenu.addSubMenu("i2009", "2009", "<b>Roselle Park</b>", "/html/indoor/2009/rosellepark2009.html")
	mymenu.addSubMenu("i2009", "2009", "<b>Phantom Reg</b>", "/html/indoor/2009/phantom2009-2.html")
	mymenu.addSubMenu("i2009", "2009", "<b>Championship</b>", "/html/indoor/2009/championship2009.html")
	
	mymenu.addSubMenu("i2008", "mineola2008", "<b>Mineola</b>", "/html/indoor/2008/mineola2008.html")
	mymenu.addSubMenu("i2008", "rosellepark2008", "<b>Roselle Park</b>", "/html/indoor/2008/rosellepark2008.html")
	mymenu.addSubMenu("i2008", "phantom2008", "<b>Phantom</b>", "/html/indoor/2008/phantom2008.html")
	mymenu.addSubMenu("i2008", "championship2008", "<b>Championship</b>", "/html/indoor/2008/championship2008.html")

	mymenu.addSubMenu("i2007", "rosellepark2007", "<b>Roselle Park</b>", "/html/indoor/2007/rosellepark2007.html")
	mymenu.addSubMenu("i2007", "mineola2007", "<b>Mineola</b>", "/html/indoor/2007/mineola2007.html")
	mymenu.addSubMenu("i2007", "emanon2007", "<b>Emanon CG</b>", "/html/indoor/2007/emanon2007.html")
	mymenu.addSubMenu("i2007", "phantom2007", "<b>Phantom CG</b>", "/html/indoor/2007/phantom2007.html")
	mymenu.addSubMenu("i2007", "copaigue2007", "<b>Copaigue</b>", "/html/indoor/2007/copaigue2007.html")
	mymenu.addSubMenu("i2007", "championship2007", "<b>Championship</b>", "/html/indoor/2007/championship2007.html")
	
	mymenu.addSubMenu("i2006", "Ronkonkama1", "<b>Ronkonkama, LI 1</b>", "/html/indoor/2006/ronkonkama1-2006.html")
	mymenu.addSubMenu("i2006", "RosellePark2006", "<b>Roselle Park</b>", "/html/indoor/2006/rosellepark2006.html")
	mymenu.addSubMenu("i2006", "Mineola2006", "<b>Mineola</b>", "/html/indoor/2006/mineola2006.html")
	mymenu.addSubMenu("i2006", "Ronkonkama2", "<b>Ronkonkama, LI 2</b>", "/html/indoor/2006/ronkonkama2-2006.html")
	mymenu.addSubMenu("i2006", "Championship2006", "<b>Championship</b>", "/html/indoor/2006/championship2006.html")

	mymenu.addSubMenu("i2005", "Phantom-12005", "<b>Phantom 1</b>", "/html/indoor/2005/phantom2005-1.html")
	mymenu.addSubMenu("i2005", "RosellePark2005", "<b>Roselle Park</b>", "/html/indoor/2005/rosellepark2005.html")
	mymenu.addSubMenu("i2005", "Copiague2005", "<b>Copiague</b>", "/html/indoor/2005/copiague2005.html")
	mymenu.addSubMenu("i2005", "Mineola2005", "<b>Mineola</b>", "/html/indoor/2005/mineola2005.html")
	mymenu.addSubMenu("i2005", "Phantom-22005", "<b>Phantom 2</b>", "/html/indoor/2005/phantom2005-2.html")
	mymenu.addSubMenu("i2005", "JeffersonTwp2005", "<b>Jefferson Twp</b>", "/html/indoor/2005/jefferson2005.html")
	mymenu.addSubMenu("i2005", "Championship2005", "<b>Championship</b>", "/html/indoor/2005/championship2005.html")

	mymenu.addSubMenu("i2004", "innuendo2004", "<b>Innuendo</b>", "/html/indoor/2004/021504_innuendo_nj.html")
	mymenu.addSubMenu("i2004", "rp2004", "<b>Roselle Park</b>", "/html/indoor/2004/022204_rosellepark_nj.html")
	mymenu.addSubMenu("i2004", "copiague2004", "<b>Copiague</b>", "/html/indoor/2004/032704_copiague_ny.html")
	mymenu.addSubMenu("i2004", "phantom2004", "<b>Phantom</b>", "/html/indoor/2004/041004_sachem_ny.html")
	mymenu.addSubMenu("i2004", "championship2004", "<b>Championship</b>", "/html/indoor/2004/042504_chapter10_nj.html")

	mymenu.addSubMenu("i2003", "rosellepark2003", "<b>Roselle Park</b>", "/html/indoor/2003/rosellepark2003.html")
	mymenu.addSubMenu("i2003", "copiague2003", "<b>Copiague</b>", "/html/indoor/2003/copiague2003.html")
	mymenu.addSubMenu("i2003", "fusion2003", "<b>Fusion</b>", "/html/indoor/2003/fusion2003.html")
	mymenu.addSubMenu("i2003", "phantom2003", "<b>Phantom Regime</b>", "/html/indoor/2003/phantom2003.html")
	mymenu.addSubMenu("i2003", "ichampionship2003", "<b>Championship</b>", "/html/indoor/2003/championship2003.html")

	mymenu.addSubMenu("i2002", "phantom2002_1", "<b>Phantom Regime 1</b>", "/html/indoor/2002/phantom2002_1.html")
	mymenu.addSubMenu("i2002", "rosellepark2002", "<b>Roselle Park</b>", "/html/indoor/2002/rosellepark2002.html")
	mymenu.addSubMenu("i2002", "copiague2002", "<b>Copaigue</b>", "/html/indoor/2002/copiague2002.html")
	mymenu.addSubMenu("i2002", "phantom2002_2", "<b>Phantom Regime 2</b>", "/html/indoor/2002/phantom2002_2.html")
	mymenu.addSubMenu("i2002", "longisland2002", "<b>LI Honor Guard</b>", "/html/indoor/2002/longisland2002.html")
	mymenu.addSubMenu("i2002", "ichampionship2002", "<b>Championship</b>", "/html/indoor/2002/championship2002.html")

	mymenu.addSubMenu("email", "ray", "<b>Ray Troxell</b>", "mailto:n8230@aol.com")
	mymenu.addSubMenu("email", "webmaster", "<b>Webmaster</b>", "mailto:mdelcorso@computer.org")

	// This line is required after all menu definitions are finished
	mymenu.showMenu()
}


