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

var mCOLOR = 	"#ffeeee";	// main nav cell color
var rCOLOR = 	"#ffeecc";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"black"	// main nav border color
var aLINK = 	"brown";	// main nav link color
var aHOVER = 	"black";		// 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 = 	"yellow";	// submenu cell color

var srCOLOR = 	"lightyellow";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"	// submenu border color
var saLINK = 	"black";	// 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 = 	"normal"	// 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 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.thebartlesvillemusicscene.com","BMS Home",90,"center","center","",0,0,"","#ffeeee","#ffeecc","brown","black");

	// 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(200,"left","left",-4,0,"","#ffff00","lightyellow","#660000","#eebbbb","#660000","#770033");

	// add submenu link items ("url","Link name","_target","alt text")
	
	addSubmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSContactUs.htm","BMS Contact Us!","","");
	addSubmenuItem("http://www.sunshineguestbooks.com/guestbook.php?id=bartlesvillemusic","BMS View/Sign Guestbook!","","");
	
	//addSubmenuItem("http://www.dynamicdrive.com/submitscript.htm","Submit","","");
	//addSubmenuItem("http://www.dynamicdrive.com/morezone/","More Zone","","");



addMainItem("","BMS News",90,"center","","",0,0,"","","","","");

	defineSubmenuProperties(200,"left","left",-4,0,"","","","","","","");
    
	//addSubmenuItem("http://www.paynecountyline.com/bms","Front Page News","_blank","");
	addSubmenuItem("http://bartlesvillemusic.blogspot.com/","Front Page News","_blank","");
	addSubmenuItem("http://bmsgigpromotions.blogspot.com/","BMS Gig Promotions","_blank","");
	addSubmenuItem("http://launch.groups.yahoo.com/group/TheBartlesvillemusicscene/cal","BMS Calendar","","");
	addSubmenuItem("http://launch.groups.yahoo.com/group/TheBartlesvillemusicscene/","BMS Forum","_blank","");
	addSubmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSStevenMatthewsCDRelRDB.htm","BMS CD Releases","","");
	addSubmenuItem("","BMS Benefits/Memorial Jams","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(250,"left","left",+10,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSbenefit.htm","BMS Benefit Jam 3/21/05","","");
		addChildmenuItem("http://www.kylebrownmusic.com/memorialjam.html","BMS Paul Duvall Memorial Jam 3/17/06","","");
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSbrewer06.htm","Big Bucks for Brewer 3/23/2006","","");
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSLori06.htm","Benefit For Lori June 11, 2006","_blank","");
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSroyclark06.htm","Roy Clark Concert, June 24th @ 8PM","_blank","");
	//addSubmenuItem("http://www.brothercake.com","BrotherCake","_blank","");


addMainItem("","BMS MultiMedia",140,"center","","",0,0,"","","","","");

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

	addSubmenuItem("http://www.dotphoto.com/go.asp?l=bartlesvillemusic&p=24AB&AID=2237861","BMS Photos","","");
	addSubmenuItem("http://www.paynecountyline.com/GalleryBartlesville","BMS Videos","","");
	addSubmenuItem("","BMS Sound","","");
	//addSubmenuItem("","Local News","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(112,"left","left",0,-5,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/bmsvarioustunes.htm","BMS Various Tunes","","");
		addChildmenuItem("http://www.paynecountyline.com/Radio/radio.blog/radioblog.swf","BMS Radio","_blank","");


addMainItem("","BMS Artist",130,"center","","",0,0,"","","","","");

	defineSubmenuProperties(160,"left","left",-4,0,"","","","","","","");
    addSubmenuItem("","BMS Reviews","","");
 
 // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(200,"left","left",0,-05,"","","","","","","");
 // add child menu link items ("url","Link name","_target","alt text")
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/bmsreviewsub.htm","Steven Matthews & Deeper ","","");
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/bmsreviewsubsolo.htm","Doyle Speer @ Solo ","","");
    addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSreviewsDPB.htm","Dustin Pittsley Band @ Solo ","","");
    addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSreviewAGsnockers040905.htm","Scott Taylor - Tuff Profit ","","");
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSreviewashley.htm","Ashley Grace @ Solo","","");
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSreviewashleygrace.htm","Ashley Grace @ Solo #2","","");
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSreviewBluesCity.htm","Rodney C. on Blues City","","");
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSreviewdeeper42605.htm","Deeper Band ","","");
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSreviewfridaynitebridget.htm","Friday Night in B'ville","","");
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSreviewthefarmcouple05.htm","The Farm Couple House Concert","","");
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSrangersBvilleExaminerLate.htm","The Red Dirt Rangers Concert","","");
	

 addSubmenuItem("","BMS Interviews","","");
// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(200,"left","left",0,0,"","","","","","","");

	// add child menu link items ("url","Link name","_target","alt text")
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/bmsinterviewbeckyhobbs.htm","Becky Hobbs","","");
	addChildmenuItem("http://www.paynecountyline.com/interviews/bridgetmartin05interview.htm","Bridget Martin","","");
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/bmsDJWalsh05.htm","Danny Jo Walsh","","");
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/bmsinterveiwsDonnMcCallister%20RLC.htm","Donn McCallister","","");
	addChildmenuItem("http://www.paynecountyline.com/interviews/donny_wood.htm","Donny Wood","","");
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSinterviewHellorHighw.htm","Hell Or High Water Band","","");
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/bmsinterveiwsdeeper2.htm","Joshua Wadsworth","","");
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSinterviewKyleBrown.htm","Kyle Brown","","");
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/bmsinterveiwsdeeper.htm","Lawrence VanAtta","","");
	addChildmenuItem("http://www.paynecountyline.com/interviews/radioleaguechampions2005.htm","Radio League Champions","","");
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSinterviewruebenforemandeeper05.htm","Rueben Foreman","","");
    addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/bmsinterveiwsstevesutherland.htm","Steve Sutherland","","");
    addChildmenuItem("http://www.paynecountyline.com/interviews/BMSinterviewrodneycoleman.htm","Rodney Coleman","","");
	
 addSubmenuItem("","BMS Interviews Two","","");
// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(200,"left","left",0,0,"","","","","","","");

	// add child menu link items ("url","Link name","_target","alt text")
	 addChildmenuItem("http://www.paynecountyline.com/interviews/kylebrown_2005.htm","Kyle Brown PCL 2005","","");
     addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSryanStandbury2005interview.htm","Ryan Standbury","","");
     addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSinterviewjimmiejohnson.htm","Jimmie Johnson","","");
     addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSbioScottTaylor05.htm ","Scott Taylor Bio","","");
     addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSTimMoberly05interview.htm","Tim Moberly","","");
addSubmenuItem("","BMS Links","","");
defineChildmenuProperties(220,"left","left",0,0,"","","","","","","");

// add child menu link items ("url","Link name","_target","alt text")
	addChildmenuItem("http://www.ann-janette.com/","Ann-Janette And The Obvious","","");
	addChildmenuItem("http://beckyhobbs.com/","Becky Hobbs","","");
	addChildmenuItem("http://www.burningtheory.com/","Burning Theory Band","","");
	addChildmenuItem("http://www.deeperband.com/","Deeper Band","","");
	addChildmenuItem("http://www.forrestjourdan.com/","Forrest Jourdan","","");
	addChildmenuItem("http://autoharpist.com/","Jo Ann Smith","","");
	addChildmenuItem("http://www.fiftyninesouth.com/","Kyle Brown","","");
	addChildmenuItem("http://www.mothrastewart.com/","Mothra Stewart","","");
	addChildmenuItem("http://radioleaguechampions.com/","Radio League Champions","","");
	addChildmenuItem("http://www.thedustinpittsleyband.com/","The Dustin Pittsley Band","","");
	addChildmenuItem("http://www.srtaylor.com/","Scott Taylor - The Singing Cowboy","","");
	addChildmenuItem("http://www.tuffprofit.com/","Tuff Profit Band","","");
	addChildmenuItem("http://www.bographix.com/retrorock/","Retro Rockits","","");
	addChildmenuItem("http://www.74006.com/","Cultural/musical events.","","");
	addChildmenuItem("http://www.myspace.com/sevansmusic","Scott Evans","","");
	addChildmenuItem("http://www.bartlesville.net/","www.bartlesville.net","","");
	addChildmenuItem("http://www.skylinehouseconcerts.blogspot.com/","House Concerts","","");
	addChildmenuItem("http://donmorrisok.com/","Don Morris","","");
	addChildmenuItem("http://www.hurricanemason.com/","Hurricane Mason","","");
	addChildmenuItem("http://www.jennyengel.com/","Jenny Engel","","");
	//addChildmenuItem("http://www.74006.com/","Cultural/musical events.","","");
	addChildmenuItem("http://www.paynecountyline.com/","Payne County Line","","");
	
	
	addSubmenuItem("","BMS Special Events","","");
defineChildmenuProperties(230,"left","left",0,0,"","","","","","","");

// add child menu link items ("url","Link name","_target","alt text")
	//addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSstretchsolo40805.htm","Stretch @ the Solo Club - April 8th","","");
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSspecialmusicfest05.htm","Music Fest 2005 - November 25th","","");
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMShoops.htm","Ryan/Josh/Jerry Live @ Hoops 06/21 - 7pm ","","");
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSfieldtrip.htm","Tues. Nite Science Project Fieldtrip","","");
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSspecialus75.htm","US75.com Acoustic Shows","","");
	
	addSubmenuItem("","BMS Featured Interviews","","");
defineChildmenuProperties(220,"left","left",0,0,"","","","","","","");

// add child menu link items ("url","Link name","_target","alt text")
	addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMScary05.htm","Cary Choat","","");
	//addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSsesteven042905.htm","Steven Matthews @ Solo Club - April 29th","","");
	//addChildmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSbobchilders.htm","Bob Childers Live - Solo Club - May 6th","","");
	
		
		
addMainItem("","BMS Special",130,"center","","",0,0,"","","","","");

	defineSubmenuProperties(160,"left","left",-4,0,"","","","","","","");
	
	addSubmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMS%20AskBartender.htm","BMS Ask The Bartender","","");
	addSubmenuItem("http://www.paynecountyline.com/artist_pages/BMS/bmsclassifieds.htm","BMS Classified Ads","","");
	addSubmenuItem("","BMS Famous Bartians","","");
	
	//addSubmenuItem("","TV Networks","","");

		//defineChildmenuProperties(102,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		//addChildmenuItem("http://www.nbc.com","NBC","","");
		//addChildmenuItem("http://www.cbs.com","CBS","","");
		//addChildmenuItem("http://www.abc.com","ABC","","");
		//addChildmenuItem("http://www.fox.com","Fox Network","","");
addMainItem("","BMS Venues",130,"center","","",0,0,"","","","","");

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

	addSubmenuItem("http://www.paynecountyline.com/artist_pages/BMS/BMSvenues.htm","BMS Venues","","");
	


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