//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 = 	10;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	115; 		// 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 = "JS/";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#cccc99";	// main nav cell color
var rCOLOR = 	"#ffcc33";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"ffffff"	// main nav border color
var aLINK = 	"#993333";	// main nav link color
var aHOVER = 	"#000000";		// 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 = 	4;		// shift the submenus vertically
var hOFFSET = 	0;		// shift the submenus horizontally

var smCOLOR = 	"#cccc99";	// submenu cell color

var srCOLOR = 	"#336600";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#ffffff"	// submenu border color
var saLINK = 	"#663333";	// submenu link color
var saHOVER = 	"#ffffff";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";	// submenu font face
var sfSIZE = 	12;		// submenu font size (pixels)
var sfWEIGHT = 	"bold"		// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 3;		// 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 = 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 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 = "";		// 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("","Fishing",75,"center","","",0,0,"e");


	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(190,"left","center",-4,0,"");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.outdoorontario.net/cgi-bin/FBoard/ikonboard.cgi","Toronto Area Fishing WebBoard","","");
	addSubmenuItem("http://www.outdoorontario.net/fishing/FISHFAQ/fishfaq.html","Fishing Information","","");
	addSubmenuItem("http://www.mnr.gov.on.ca/mnr/fishing/","Let's Fish Ontario","","");
	addSubmenuItem("http://www.outdoorontario.net/fishing/fishlinks.html","Fishing Links","","");	
	addSubmenuItem("http://www.outdoorontario.net/cgi-bin/FBoard/ikonboard.cgi?s=c0b3f26bc639abbee80ecce39de92b8a;act=SF;f=4","Buy and Sell","","");


addMainItem("","Hunting",75,"center","","",0,0,"e");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(160,"left","center",-4,0,"");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://outdoorontario.net/hunting/","Ontario Hunting WebBoard","","");
	addSubmenuItem("http://outdoorontario.net/hunting/huntinfo","Hunting Areas","","");
	addSubmenuItem("http://www.outdoorontario.net/cgi-bin/FBoard/ikonboard.cgi?s=c0b3f26bc639abbee80ecce39de92b8a;act=SF;f=15","Buy and Sell","","");



addMainItem("","Birding",75,"center","","",0,0,"e");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(160,"left","center",-4,0,"");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.outdoorontario.net/birds","Ontario Birding WebBoard","","");
	addSubmenuItem("http://outdoorontario.net/birds/arrivals.html","Arrival Dates","","");
	addSubmenuItem("http://outdoorontario.net/birds/","Birding Areas","","");
	addSubmenuItem("http://outdoorontario.net/birds/ethics.html","Code of Ethics","","");


addMainItem("","Wildlife",75,"center","","",0,0,"e");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(160,"left","center",-4,0,"");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://outdoorontario.net/wildlife/","Toronto Wildlife WebBoard","","");
	addSubmenuItem("http://www.greenontario.org/strategy/conservation_lands.html","Nature Areas","","");



addMainItem("","Hiking",75,"center","","",0,0,"e");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(160,"left","center",-4,0,"");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.hikeontario.com/pages/trails.html","Trails","","");


addMainItem("","Photography",100,"center","","",0,0,"e");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(160,"left","center",-4,0,"");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.naturephotographers.net/sitemap.html","Photography","","");


addMainItem("","Conservation",100,"center","","",0,0,"e");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(200,"left","center",-4,0,"");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.outdoorontario.net/cgi-bin/FBoard/ikonboard.cgi?s=ad2909eac827243e42bc36ea5f9932a5;act=SF;f=19","Hatchery Discussions Forum","","");
	addSubmenuItem("http://www.zoo.utoronto.ca/streams/forum.html","Ontario Streams Online Forum","","");
	addSubmenuItem("http://www.outdoorontario.net/cgi-bin/FBoard/ikonboard.cgi?s=c0b3f26bc639abbee80ecce39de92b8a;act=SC;c=7","Conservation Corner WebBoards","","");
	addSubmenuItem("","&lt;&lt; &nbsp; &nbsp; Stewardship","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(160,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.outdoorontario.net/RiverWatch","RiverWatch","","");
		addChildmenuItem("http://www.outdoorontario.net/RiverWatch/crest.html","Wildlife Crime Crest","","");
		addChildmenuItem("http://www.outdoors.on.ca/wildlife/","Report A Poacher","","");
		addChildmenuItem("http://www.mnr.gov.on.ca/MNR/fishing/guard.html","Fish and Wildlife Guardians","","");









addMainItem("","Reference",70,"center","","",0,0,"r");

	defineSubmenuProperties(150,"left","center",-4,0,"");

	addSubmenuItem("http://www.mnr.gov.on.ca/MNR/pubs/pubmenu.html#fish","Fishing Regulations","_blank","");
	addSubmenuItem("http://www.mnr.gov.on.ca/MNR/pubs/pubmenu.html#fish","Hunting Regulations","","");
	addSubmenuItem("http://www.ene.gov.on.ca/envision/guide/index.htm","Guide to Eating Sportfish","","");
	addSubmenuItem("","&lt;&lt; &nbsp; &nbsp; &nbsp; &nbsp; More","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(150,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")

		addChildmenuItem("http://www.mnr.gov.on.ca/MNR/pubs/parksguide/2003/2003_guide.pdf","Ontario Parks","","");
		addChildmenuItem("http://www.msc-smc.ec.gc.ca/contents_e.htm","Environment Canada","","");
		addChildmenuItem("http://www.mnr.gov.on.ca/MNR/pubs/fishont.pdf","Fish Ontario","","");
		addChildmenuItem("http://www.lakeontariokeeper.org/lok/index.cfm","Lake Ontario Keeper","","");
		addChildmenuItem("http://www.outdoorontario.net/AskMNR/mnrquestions.html","Ask the CO","","");
		addChildmenuItem("http://www.outdoorontario.net/AskMNR/mnrbioquestions.html","Ask the Biologist","","");


addMainItem("","Marketplace",139,"center","","",0,0,"s");

	defineSubmenuProperties(120,"right","center",-4,0,"");

	

//**DO NOT EDIT THIS *****
}//***********************
//************************

