//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 = "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 = true;		// show empty cells
var showBORDERS = true;		// show empty cell borders

var baseHREF = "";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#E7C694";	// main nav cell color
var rCOLOR = 	"lightgreen";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"black"	// main nav border color
var aLINK = 	"blue";	// main nav link color
var aHOVER = 	"";		// 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 = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#E7C694";	// submenu cell color

var srCOLOR = 	"lightgreen";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"	// submenu border color
var saLINK = 	"blue";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"comic sans ms,arial";// submenu font face
var sfSIZE = 	13;		// 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 = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu drop shadow size
var shCOLOR =	"cccccc";	// 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("http://www.thebestkidsbooksite.com/storytimes.htm","<span class='u'>S</span>torytimes",80,"center","","",0,0,"e");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(120,"left","left",-4,0,"");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.thebestkidsbooksite.com/storytimes.htm","Storytimes","","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/fingerplays-for-kids.cfm","Fingerplays","","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/songs-for-kids.cfm","Songs","","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/babytime.cfm","Babytime","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/coloringsheets.cfm","Coloring Sheets","","");

	


// *** change these to absolutes

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")

addMainItem("http://www.thebestkidsbooksite.com/industrynews.htm","Browse <span class='u'>W</span>eb",120,"center","","",0,0,"w");

	defineSubmenuProperties(137,"right","right",-4,0,"");

	addSubmenuItem("http://www.thebestkidsbooksite.com/industrynews.htm","Browse Web","_blank","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/tryanimals2.cfm","Animals","","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/tryancient2.cfm","Ancient Worlds","_blank","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/tryart2.cfm","Art","","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/trybio2.cfm","Biography","_blank","");
	
	addSubmenuItem("http://www.thebestkidsbooksite.com/trydinosaurs2.cfm","Dinosaurs","_blank","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/trygeo2.cfm","Geography","_blank","");

	addSubmenuItem("http://www.thebestkidsbooksite.com/trymath2.cfm","Math","_blank","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/trymusic2.cfm","Music","_blank","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/tryindian2.cfm","Native Americans","_blank","");
	
	addSubmenuItem("http://www.thebestkidsbooksite.com/trynature2.cfm","Nature","_blank","");

	addSubmenuItem("http://www.thebestkidsbooksite.com/tryperform2.cfm","Performing Arts","_blank","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/trypoetry2.cfm","Poetry & Writing","_blank","");

	addSubmenuItem("http://www.thebestkidsbooksite.com/tryreligion2.cfm","Religion & Myth","_blank","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/tryscience2.cfm","Science","_blank","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/tryspace2.cfm","Space","_blank","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/trysports2.cfm","Sports","_blank","");
	
	addSubmenuItem("http://www.thebestkidsbooksite.com/tryhistory2.cfm","US History","_blank","");
	
	





addMainItem("http://www.thebestkidsbooksite.com/kids-crafts-aloha.cfm","<span class='u'>C</span>rafts",65,"center","","",0,0,"s");

	defineSubmenuProperties(120,"left","center",-4,0,"");

	addSubmenuItem("http://www.thebestkidsbooksite.com/kids-crafts-aloha.cfm","All Crafts","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/coloringsheets.cfm","Coloring Sheets","","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/greatrecipes.cfm","Craft Recipes","","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/kids-crafts-wizard.cfm","Craft Wizard","","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/crafts-materials.cfm","Recycling Crafts","","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/crafts-months.cfm","Monthly Calendars","","");
	addSubmenuItem("http://thebestkidsbooksite.blogspot.com/","Craft Blog","","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet.cfm","Alphabet Crafts","","");



addMainItem("http://www.thebestkidsbooksite.com/kids-books-search-all.cfm","<span class='u'>B</span>ooks",90,"center","","",0,0,"t");

	defineSubmenuProperties(120,"left","center",-4,0,"");


	addSubmenuItem("http://www.thebestkidsbooksite.com/kids-books-search-all.cfm","Search","","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/bookwizard.cfm","Book Wizard","","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/shopper.cfm","Find Great Books","","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/series.cfm","Book Series","","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/award.cfm","Book Awards","","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/chooseauthor.cfm","Authors/Artists","","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/kids-books-search-all.cfm","Book Characters","","");
	
addMainItem("","<span class='u'>S</span>earch",70,"center","","",0,0,"r");

	defineSubmenuProperties(130,"left","right",-4,0,"");

	addSubmenuItem("http://www.thebestkidsbooksite.com/kids-books-search-all.cfm","Search","_blank","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/bookwizard.cfm","Book Wizard","","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/kids-crafts-wizard.cfm","Craft Wizard","","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/memberlogin.cfm","Member Login","","");


addMainItem("","<span class='u'>B</span>logs",70,"center","","",0,0,"r");

	defineSubmenuProperties(130,"left","right",-4,0,"");

	addSubmenuItem("http://craftdaily.blogspot.com/","Daily Craft Blog","_blank","");
	addSubmenuItem("http://coloringsheets.blogspot.com/","Coloring Sheet Blog","","");
	addSubmenuItem("http://thebestkidsbooksite.blogspot.com/","Crafts for Kids Blog","","");
	addSubmenuItem("http://charactercast.blogspot.com/","Cast of Characters","","");	
	addSubmenuItem("http://librarygoddesses.blogspot.com","Library Goddesses","","");


addMainItem("","<span class='u'>H</span>olidays",90,"center","","",0,0,"r");

	defineSubmenuProperties(130,"left","right",-4,0,"");

	addSubmenuItem("http://www.thebestkidsbooksite.com/back-to-school-crafts.cfm","Back to School","_blank","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/blackhistorycrafts.cfm","Black History Month","","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/chinesenewyearscrafts.cfm","Chinese New Year","","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/xmascrafts.cfm","Christmas","","");


addSubmenuItem("http://www.thebestkidsbooksite.com/earthdaycrafts.cfm","Earth Day","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/eastercrafts4you.cfm","Easter","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/fallcrafts.cfm","Fall Season","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/julycrafts.cfm","Fourth of July","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/fathersdaycrafts.cfm","Father's Day","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/thispartictopic.cfm?BookTopic=763","Grandparents' Day","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/groundhogday.cfm","Groundhog Day","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/halloweencrafts.cfm","Halloween","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/hanukkahcrafts.cfm","Hanukkah","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/kwanzaacrafts.cfm","Kwanzaa","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/mothersdaycrafts.cfm","Mother's Day","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/newyearsdaycrafts.cfm","New Year's Day","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/passovercrafts.cfm","Passover","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/presidentsdaycrafts.cfm","President's Day","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/purimcrafts.cfm","Purim","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/thispartictopic.cfm?BookTopic=2583","Rosh Hashanah","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/springcrafts.cfm","Spring Season","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/stpatricksdaycrafts.cfm","St. Patrick's Day","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/summercrafts.cfm","Summer Season","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/thanksgivingcrafts.cfm","Thanksgiving","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/valentinesdaycrafts.cfm","Valentine's Day","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/womenshistory.cfm","Women's History","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/snowcrafts.cfm","Winter Season","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/thispartictopic.cfm?BookTopic=1359","Yom Kippur","","");



addMainItem("http://www.thebestkidsbooksite.com/alphabet.cfm","<span class='u'>ABCs</span>",60,"center","","",0,0,"r");

	defineSubmenuProperties(40,"left","right",-4,0,"");

	addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-a.cfm","A","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-b.cfm","B","","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-c.cfm","C","","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-d.cfm","D","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-e.cfm","E","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-f.cfm","F","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-g.cfm","G","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-h.cfm","H","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-i.cfm","I","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-j.cfm","J","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-k.cfm","K","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-l.cfm","L","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-m.cfm","M","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-n.cfm","N","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-o.cfm","O","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-p.cfm","P","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-q.cfm","Q","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-r.cfm","R","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-s.cfm","S","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-t.cfm","T","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-u.cfm","U","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-v.cfm","V","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-w.cfm","W","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-x.cfm","X","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-y.cfm","Y","","");
addSubmenuItem("http://www.thebestkidsbooksite.com/alphabet-crafts-letter-z.cfm","Z","","");



addMainItem("http://www.thebestkidsbooksite.com/community.htm","<span class='u'>M</span>embers",100,"center","","",0,0,"r");

	defineSubmenuProperties(100,"left","right",-4,0,"");

	addSubmenuItem("http://www.thebestkidsbooksite.com/community.htm","Join","","");
	addSubmenuItem("http://www.thebestkidsbooksite.com/memberlogin.cfm","Members Login","","");
	


addMainItem("http://www.thebestkidsbooksite.com","<span class='u'>H</span>ome",80,"center","","",0,0,"r");

	defineSubmenuProperties(40,"left","right",-4,0,"");



//**DO NOT EDIT THIS *****
}//***********************
//************************
