<!--
function mmLoadMenus() {
	if (window.mm_menu_ProductsCatalog) return;


	// About Catalog Request sub menu
	
	
	window.tickets = new Menu(
		"",
		180, 22,
		"Verdana, Arial, Helvetica, sans-serif, Tahoma", 12,
		"#ffde00", "#000000", "#000000", "#ffde00",
		"left", "middle",
		5, 0, 500,
		0, 0, true,
		true, true, 0);
		
		tickets.addMenuItem("Season Tickets", "location='tickets.php?type=0'");
                //tickets.addMenuItem("Pre-game Picnics", "location='tickets.php?type=1'");
                //tickets.addMenuItem("Concession Vouchers", "location='tickets.php?type=4'");
		tickets.addMenuItem("Group Outings", "location='tickets.php?type=2'");
		tickets.addMenuItem("Single Game Tickets", "location='tickets.php?type=3'");
                tickets.addMenuItem("Stingers 6-Pack", "location='six_pack.php'");
		
	
	
	window.ballpark = new Menu(
		"",
		180, 22,
		"Verdana, Arial, Helvetica, sans-serif, Tahoma", 12,
		"#ffde00", "#000000", "#000000", "#ffde00",
		"left", "middle",
		5, 0, 500,
		0, 0, true,
		true, true, 0);
		
		ballpark.addMenuItem("History", "location='history.php'");
		ballpark.addMenuItem("Directions", "location='ballpark.php'");
		
	window.schedule = new Menu(
		"",
		180, 22,
		"Verdana, Arial, Helvetica, sans-serif, Tahoma", 12,
		"#ffde00", "#000000", "#000000", "#ffde00",
		"left", "middle",
		5, 0, 500,
		0, 0, true,
		true, true, 0);
		
		schedule.addMenuItem("Promotional Schedule", "location='promotions.php'");
		schedule.addMenuItem("Season Schedule", "location='schedule.php'");
                schedule.addMenuItem("Community Appearances", "location='community.php'");


        window.roster = new Menu(
		"",
		180, 22,
		"Verdana, Arial, Helvetica, sans-serif, Tahoma", 12,
		"#ffde00", "#000000", "#000000", "#ffde00",
		"left", "middle",
		5, 0, 500,
		0, 0, true,
		true, true, 0);

		roster.addMenuItem("2012 Roster", "location='roster_2012.php'");
		roster.addMenuItem("2011 Roster", "location='roster_2011.php'");
		roster.addMenuItem("2010 Roster", "location='roster.php'");
	
	window.merchandise = new Menu(
		"",
		180, 22,
		"Verdana, Arial, Helvetica, sans-serif, Tahoma", 12,
		"#ffde00", "#000000", "#000000", "#ffde00",
		"left", "middle",
		5, 0, 500,
		0, 0, true,
		true, true, 0);
		
		merchandise.addMenuItem("T-shirts", "location='merchandise.php?type=0'");
		merchandise.addMenuItem("Hats", "location='merchandise.php?type=1'");
		merchandise.addMenuItem("Sweatshirts", "location='merchandise.php?type=2'");
		merchandise.addMenuItem("Accessories", "location='merchandise.php?type=3'");
		merchandise.addMenuItem("Silent Auction", "location='merchandise.php?type=4'");
		
		
		
	window.stats = new Menu(
		"",
		180, 22,
		"Verdana, Arial, Helvetica, sans-serif, Tahoma", 12,
		"#ffde00", "#000000", "#000000", "#ffde00",
		"left", "middle",
		5, 0, 500,
		0, 0, true,
		true, true, 0);
		
		stats.addMenuItem("2011 Statistics", "location='http://northwoods.bbstats.pointstreak.com/team_stats.html?teamid=3279&seasonid=504'");
		stats.addMenuItem("2011 Standings", "location='http://northwoods.bbstats.pointstreak.com/standings.html?leagueid=120&seasonid=504'");
		stats.addMenuItem("2011 Box Scores", "location='http://northwoods.bbstats.pointstreak.com/team_home.html?teamid=3279&seasonid=504'");
                stats.addMenuItem("Archived Stats", "location='archived_stats.php'");
		
	window.contact = new Menu(
		"",
		180, 22,
		"Verdana, Arial, Helvetica, sans-serif, Tahoma", 12,
		"#ffde00", "#000000", "#000000", "#ffde00",
		"left", "middle",
		5, 0, 500,
		0, 0, true,
		true, true, 0);
		
		contact.addMenuItem("Front Office", "location='contact.php'");
		contact.addMenuItem("Where to Stay", "location='stay.php'");
                contact.addMenuItem("Internships", "location='internships.php'");
		
	

	

	tickets.writeMenus();
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->

