//UDMv3.5
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  This is a special version for Dynamic Drive (http://www.dynamicdrive.com)
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************

 

var menuALIGN = "center";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	0; 		// 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

//for online use:
var baseHREF = "/nav/";	// base path to .js files for the script (ie: resources/)

//for local use:  
//var baseHREF = "file://localhost/Web%20Sites/Californiaherps/nav/";



var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#CCCCCC";	// main nav cell color
var rCOLOR = 	"#FFFFFF";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#FFFFFF"	// main nav border color
var aLINK = 	"#000000";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial, helvetica, sans-serif";	// main nav font face
var fSIZE = 	11;		// main nav font size (pixels)
var fWEIGHT = 	""	// main nav font weight
var tINDENT = 	3;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	0;		// 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 = 	3;		// shift the submenus vertically
var hOFFSET = 	0;		// shift the submenus horizontally

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

var srCOLOR = 	"#999966";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#CCCCCC"	// submenu border color
var saLINK = 	"#000000";	// submenu link color
var saHOVER = 	"#FFFFFF";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial, helvetica, sans-serif";// submenu font face
var sfSIZE = 	11;		// submenu font size (pixels)
var sfWEIGHT = 	""	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu drop shadow size
var shCOLOR =	"#666666";	// 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 openTIMER = 10;		// [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 20;	// [** new **] child-menu opening delay time (not ns4/op5/op6)
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 = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 760;		// override grid width
var gridHEIGHT = 500;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;		// [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		// [** new **] arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		// [** new **] arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		// [** new **] arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	// [** new **] arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		// [** new **] left arrow (not ns4/op5/op6)
var arrRIGHT = ">";		// [** new **] right arrow (not ns4/op5/op6)



//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]


addMainItem("http://www.californiaherps.com/index.html","Home",50,"center","","",0,0,"","#CCCCCC","#FFFFFF","#000000","#669999");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	
	defineSubmenuProperties(100,"left","left",-4,0,"","#999966","#FFFFFF","#000000","#000000","#000000","#000000");

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

addMainItem("","About Us",60,"center","","",0,0,"","","","","");

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

	addSubmenuItem("http://www.californiaherps.com/info/sitemap.html","Site Map","","");
	addSubmenuItem("http://www.californiaherps.com/info/newadditions.html","Recent Additions","","");
	addSubmenuItem("http://www.californiaherps.com/info/disclaimers.html","About This Web Site","","");
	addSubmenuItem("http://www.californiaherps.com/info/footnotes.html","Notes On Our Taxonomy","","");
	addSubmenuItem("http://www.californiaherps.com/info/photouse.html","Using Our Images & Other Materials","","");
	addSubmenuItem("http://www.californiaherps.com/info/needed.html","Things We Need - Can You Help?","","");
	addSubmenuItem("http://www.californiaherps.com/info/acknowledgements.html","Acknowledgements","","")
    addSubmenuItem("http://www.californiaherps.com/info/legaldisclaimers.html","Important Legal Disclaimers","","");


addMainItem("","Complete Lists",85,"center","","",0,0,"","","","","");

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

	addSubmenuItem("http://www.californiaherps.com/allsnakes.html","All Snakes on this Site","");
	addSubmenuItem("http://www.californiaherps.com/alllizards.html","All Lizards on this Site","","");
	addSubmenuItem("http://www.californiaherps.com/allturtles.html","All Turtles, Crocodilians, & Worm Lizards on this Site","","");
	addSubmenuItem("http://www.californiaherps.com/allfrogs.html","All Frogs on this Site","","");
	addSubmenuItem("http://www.californiaherps.com/allsalamanders.html","All Salamanders on this Site","","");
	

addMainItem("","CA Species Lists",95,"center","","",0,0,"","","","","");

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

	addSubmenuItem("http://www.californiaherps.com/snakes/snakes.html","CA Snakes List","","");
	addSubmenuItem("http://www.californiaherps.com/lizards/lizards.html","CA Lizards List","","");
	addSubmenuItem("http://www.californiaherps.com/turtles/turtles.html","CA Turtles List","","");
	addSubmenuItem("http://www.californiaherps.com/frogs/frogs.html","CA Frogs List","","");
	addSubmenuItem("http://www.californiaherps.com/salamanders/salamanders.html","CA Salamanders List","","");

addMainItem("","CA Range Maps",95,"center","","",-0,0,"","","","","");

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

	addSubmenuItem("http://www.californiaherps.com/snakes/snakesmaps.html","CA Snakes Maps","","");
	addSubmenuItem("http://www.californiaherps.com/lizards/lizardsmaps.html","CA Lizards Maps","","");
	addSubmenuItem("http://www.californiaherps.com/turtles/turtlesmaps.html","CA Turtles Maps","","");
	addSubmenuItem("http://www.californiaherps.com/frogs/frogsmaps.html","CA Frogs Maps","","");
	addSubmenuItem("http://www.californiaherps.com/salamanders/salamandersmaps.html","CA Salamanders Maps","","");
	
addMainItem("","CA Photo Indexes",100,"center","","",-0,0,"","","","","");

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

	addSubmenuItem("http://www.californiaherps.com/snakes/snakespics.html","CA Snakes Photo Index","","");
	addSubmenuItem("http://www.californiaherps.com/lizards/lizardspics.html","CA Lizards Photo Index","","");
	addSubmenuItem("http://www.californiaherps.com/turtles/turtlespics.html","CA Turtles Photo Index","","");
	addSubmenuItem("http://www.californiaherps.com/frogs/frogspics.html","CA Frogs Photo Index","","");
	addSubmenuItem("http://www.californiaherps.com/salamanders/salamanderspics.html","CA Salamanders Photo Index","","");
	
addMainItem("","More CA Lists",90,"center","","",-0,0,"","","","","");

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

	addSubmenuItem("http://www.californiaherps.com/info/possiblyoccuring.html","CA Species of Possible Occurance","","");
	addSubmenuItem("http://www.californiaherps.com/info/introducedspecies.html","Non-native Herps in CA","","");
	addSubmenuItem("http://www.californiaherps.com/info/caspeciestotals.html","California's Herp Diversity","","");
	
	
addMainItem("","Identification",80,"center","","",0,0,"","","","","");

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

	addSubmenuItem("http://www.californiaherps.com/info/identification.html","CA Identification Tips","","");
	addSubmenuItem("http://www.californiaherps.com/identification/snakesid/snakes.id.html","CA Snakes ID","","");
	addSubmenuItem("http://www.californiaherps.com/identification/lizardsid/lizards.id.html","CA Lizards ID","","");
	addSubmenuItem("http://www.californiaherps.com/identification/turtlesid/turtles.id.html","CA Turtles ID","","");	
	addSubmenuItem("http://www.californiaherps.com/identification/frogsid/frogs.id.html","CA Frogs & Toads ID","","");
	addSubmenuItem("http://www.californiaherps.com/identification/salamandersid/salamanders.id2.html","CA Salamanders ID","","");
	
addMainItem("","Beyond California",105,"center","","",0,0,"","","","","");

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

	addSubmenuItem("http://www.californiaherps.com/northwest.html","Northwest Herps","","");
	addSubmenuItem("http://www.californiaherps.com/southwest.html","Southwest Herps","","");
	addSubmenuItem("http://www.californiaherps.com/baja.html","Baja California","","");
	addSubmenuItem("http://www.californiaherps.com/texas.html","Texas Herps","","");
	addSubmenuItem("http://www.californiaherps.com/appalachia.html","Appalachian Salamanders","","");
	addSubmenuItem("http://www.californiaherps.com/miscellaneous.html","Anywhere Else","","");

addMainItem("","Sound & Video",95,"center","","",-0,0,"","","","","");

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

	addSubmenuItem("http://www.californiaherps.com/frogs/frogscalls.html","CA Frog and Toad Calls","","");
	addSubmenuItem("http://www.californiaherps.com/info/sounds.html","Amphibian and Reptile Sounds","","");
	addSubmenuItem("http://www.californiaherps.com/info/movies.html","Amphibian and Reptile Videos","","");


addMainItem("","Info",35,"center","","",0,0,"","","","","");

	defineSubmenuProperties(200,"center","left",-4,0,"","","","","","","");
	
	addSubmenuItem("http://www.californiaherps.com/info/sources.html","Resources and References","","");
	addSubmenuItem("http://www.californiaherps.com/info/glossary.html","Glossary","","");	
	addSubmenuItem("http://www.californiaherps.com/info/books.html","Recommended Books on CA Herps","","");
    addSubmenuItem("http://www.californiaherps.com/info/camapslinks.html","Maps of California","","");
    addSubmenuItem("http://www.californiaherps.com/info/herpcare.html","Pet Care Links","","");	
	
addMainItem("","Herping",55,"center","","",0,0,"","","","","");

	defineSubmenuProperties(250,"center","left",-4,0,"","","","","","","");
	
	addSubmenuItem("http://www.californiaherps.com/info/herpinglaws.html","California Herp Collecting Regulations","","");
	addSubmenuItem("http://www.californiaherps.com/info/forumslist.html","Field Herping Forums","","");
	addSubmenuItem("http://www.naherp.com/","North American Field Herping Association","","");
	addSubmenuItem("http://www.californiaherps.com/info/fieldherping.html","Photos from the Field","","");
    addSubmenuItem("http://www.californiaherps.com/junk/herpsigns.html","Herp Signs","","");
	addSubmenuItem("http://www.californiaherps.com/junk/herpstuff.html","Herp Stuff","","");
	addSubmenuItem("http://www.californiaherps.com/junk/herpart.html","Herp Art","","");
    addSubmenuItem("http://www.californiaherps.com/info/stebbinsindex.html","Quick Index to the Stebbins Field Guide","","");
	
addMainItem("","Rattlesnakes",85,"center","","",0,0,"","","","","");

	defineSubmenuProperties(165,"center","left",-4,0,"","","","","","","");
	addSubmenuItem("http://www.californiaherps.com/info/rattlesnakeinfo.html","Living With Rattlesnakes","","");
	addSubmenuItem("http://www.californiaherps.com/snakes/pages/rattlesnakesounds.html","Rattlesnake Sounds and Video","","");
	addSubmenuItem("http://www.californiaherps.com/snakes/pages/rattlesnakesigns.html","Rattlesnake Signs and Art","","");
	
	
 
addMainItem("http://www.californiaherps.com/info/contact.html","Contact", 50,"center","","",0,0,"","#CCCCCC","#FFFFFF","#000000","#669999");
 
 
//**DO NOT EDIT THIS *****
}//***********************
//************************
