//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 = "left";		// alignment
var absLEFT = 	550;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	15; 		// 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 = 	"black";	// main nav cell color
var rCOLOR = 	"DAA520";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"black"	// main nav border color
var aLINK = 	"8b0000";	// 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 = 	14;		// 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 = 	"#483D8B";	// submenu cell color

var srCOLOR = 	"DAA520";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"gray"	// submenu border color
var saLINK = 	"white";	// 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 =	5;		// submenu drop shadow size
var shCOLOR =	"#8b0000";	// submenu drop shadow color
var shOPACITY = 40;		// 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 = "status";		// 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.mcmusicinternational.com/bid-main.htm","HOME",80,"center","_self","Head On Home",0,0,"","#000000","#DAA520","#8b0000","#000000");

	// 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(120,"center","center",0,0,"","#483D8B","#000000","#808080","#8b0000","#ffffff","#daa520");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.mcmusicinternational.com/bid-home.htm","Flash Intro","_self","Click Here To View The Flash Intro");
      addSubmenuItem("http://www.mcmusicinternational.com/bid-main.htm","Main Home Page","_self","Click Here To Go to Main Page");

addMainItem("","MUSIC",55,"center","","Check Out The Music From Burning in December",0,0,"","","","","");

	defineSubmenuProperties(137,"center","center",0,0,"","#483D8B","#000000","#808080","#8b0000","#ffffff","#daa520");

	addSubmenuItem("http://www.mcmusicinternational.com/bid-ringtones.htm","Ringtones","_self","Click Here To View Available Ringtones");	


addSubmenuItem("http://www.mcmusicinternational.com/bid-music.htm","Music","_self","Click Here To Listen To Music");
	addSubmenuItem("http://www.mcmusicinternational.com/bid-video.htm","Video","_self","Click Here To Go To The Burning in December Music Videos Main Menu");


	addSubmenuItem("http://www.mcmusicinternational.com/bid-buy-cds.htm","Buy A CD","_self","Click Here To Buy CDs Direct From The Band");
      addSubmenuItem("http://www.mcmusicinternational.com/bid-cd_store.htm","CD Stores","_self","Click Here To Find Out What Stores Near You Have Burning in December CDs For Sale Or Download");
	addSubmenuItem("http://www.mcmusicinternational.com/bid-lyrics.htm","Lyrics","_blank","Click Here To Read The Lyrics For All Songs On The No Way Out CD");

	addSubmenuItem("http://www.mcmusicinternational.com/bid-shows.htm","Live Shows","_self","Click Here To See Where Burning in December's Next Live Show Will Be");


	addSubmenuItem("http://www.mcmusicinternational.com/bid-tickets.htm","Show Tickets","_self","Click Here To purchase Burning in December Show Tickets");




addMainItem("","DOWNLOADS",140,"center","","Download Music & Other Goodies",0,0,"","","","","");

	defineSubmenuProperties(140,"center","center",0,0,"","#483D8B","#000000","#808080","#8b0000","#ffffff","#daa520");

	addSubmenuItem("http://www.mcmusicinternational.com/bid-ringtones.htm","Ringtones","_self","Click Here To View Available Ringtones");


	addSubmenuItem("http://www.mcmusicinternational.com/bid-buy-downloads.htm","Full Version Downloads","_self","Click Here To Download Full Versions Of Songs");
      addSubmenuItem("http://www.mcmusicinternational.com/bid-user_name.htm","Free Goodies","_self","Click Here to Get Free Burning in December Wallpaper");


		// 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(220,"right","center",12,-6,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","483D8B","#000000","#808080","#8b0000","#ffffff","#daa520");


		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.myspace.com/burnin12","1 Free Download 3 Free Streams","_blank","Click Here To Get Your Free Download & Listen To 3 More Tracks From The Burning in December Debut CD - NO WAY OUT");
            addChildmenuItem("http://www.mcmusicinternational.com/bid-user_name.htm","Free Wallpaper","_self","Click Here To Go To The Free Burning in December Wallpaper Download Page");
            
		


addMainItem("","ABOUT THE BAND",140,"center","","All You Need To Know About Burning in December",0,0,"","","","","");

	defineSubmenuProperties(140,"center","center",0,0,"","#483D8B","#000000","#808080","#8b0000","#ffffff","#daa520");


	addSubmenuItem("http://www.mcmusicinternational.com/bid-intro.htm","Introduction","_self","Click Here To Read An Overview Of The Band's Debut Release");

      addSubmenuItem("http://www.mcmusicinternational.com/bid-band_members.htm","Meet The Band","_self","Click Here To Read Each Band Member's Bio");


	addSubmenuItem("http://www.mcmusicinternational.com/bid-shows.htm","Live Shows","_self","Click Here To See Where Burning in December's Next Live Show Will Be");


	addSubmenuItem("http://www.mcmusicinternational.com/bid-tickets.htm","Show Tickets","_self","Click Here To purchase Burning in December Show Tickets");


      addSubmenuItem("http://www.mcmusicinternational.com/bid-merchandise.htm","Merchandise","_self","Click Here To Go To The Merchandise Page");


addSubmenuItem("http://www.mcmusicinternational.com/bid-ringtones.htm","Ringtones","_self","Click Here To View Available Ringtones");
	

      addSubmenuItem("http://www.mcmusicinternational.com/bid-pictures.htm","Pictures","_self","Click Here To View Pictures Of The Band");
        addSubmenuItem("http://www.mcmusicinternational.com/bid-video.htm","Video","_self","Click Here To Watch Burning in December Music Videos");

	addSubmenuItem("http://www.mcmusicinternational.com/bid-interviews.htm","Interviews","_self","Click Here To Read Interviews With The Band");

      addSubmenuItem("http://www.mcmusicinternational.com/bid-reviews.htm","Reviews & Press","_self","Press Releases - Reviews & Band News");
      
		defineChildmenuProperties(120,"right","center",12,-6,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","483D8B","#000000","#808080","#8b0000","#ffffff","#daa520");

                addChildmenuItem("http://www.mcmusicinternational.com/bid-reviews.htm","Reviews","_self","Click Here To Read Reviews");
                addChildmenuItem("http://www.mcmusicinternational.com/bid-press.htm","Press","_self","Click Here To Read Press Releases");


      addSubmenuItem("http://www.mcmusicinternational.com/bid-comments.htm","Your Feedback","_self","Click Here To Read The Guestbook Comments");

		defineChildmenuProperties(120,"right","center",12,-6,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","483D8B","#000000","#808080","#8b0000","#ffffff","#daa520");

                addChildmenuItem("http://www.mcmusicinternational.com/bid-guestbook.htm","Sign The Guestbook","_self","Click Here To Leave A Message In The Guestbook");
		    addChildmenuItem("http://www.mcmusicinternational.com/bid-comments.htm","View The Guestbook","_self","Click Here To View The Messages In The Guestbook");

      


addMainItem("","LINKS",80,"center","","What Websites Do We Like?",0,0,"","","","","");

	defineSubmenuProperties(150,"right","right",0,0,"","#483D8B","#000000","#808080","#8b0000","#ffffff","#daa520");

	addSubmenuItem("http://www.mcmusicinternational.com/home.shtml","Tim's Official Website","_self","Click Here To Go To Tim's Official Website");
	
        addSubmenuItem("http://www.kevinschertell.com","Kev's Official Website","_blank","Click Here To Go To Kev's Official Website");

        addSubmenuItem("http://www.myspace.com/bidrocks","BID's MySpace Profile","_blank","Click Here To Go To The Official Burning in December MySpace Profile");

addSubmenuItem("http://www.mcmusicinternational.com/bid-links.htm","Main Links Page","_self","Click Here To Go To The Main Links Page");
	addSubmenuItem("http://www.mcmusicinternational.com/bid-banners.htm","Link To Us - Banners","_self","Click Here To Go To The Link To Us Banners Page");
      addSubmenuItem("http://www.mcmusicinternational.com/bid-links.htm","At A Glance","_self","View The Guestbook & Leave Your Own Comments");

		defineChildmenuProperties(170,"right","center",12,-6,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","483D8B","#000000","#808080","#8b0000","#ffffff","#daa520");


                addChildmenuItem("http://www.rollingstone.com/artists/burningindecember/albums/album/9755603/no_way_out","Rolling Stone","_blank","Click Here To Go To The Official Website");
                addChildmenuItem("http://www.vh1.com/artists/az/burning_in_december/950056/album.jhtml","VH1","_blank","Click Here To Go To The Official Website");
                addChildmenuItem("http://www.AuryMoore.com","Aury Moore","_blank","Click Here To Go To The Official Website");
                addChildmenuItem("http://www.PamelaMoore.net","Pamela Moore","_blank","Click Here To Go To The Official Website of Pamela Moore - Suite Sister Mary - Queensryche");                

                addChildmenuItem("http://www.thunderonline.com","UK Rock Band - Thunder","_blank","Click Here To Go To The Official Website");
		    addChildmenuItem("http://www.georgesjungle.cjb.net/","HR70 Rock Radio - Canada","_blank","Click Here To Go To The Official Website");
		    addChildmenuItem("http://www.radio306.com","Radio306 - Canada","_blank","Click Here To Go To The Official Website");
		    addChildmenuItem("http://www.melodicrock.com","Melodic Rock Website","_blank","Click Here To Visit The Official Website");
                addChildmenuItem("http://www.rockreport.be/home.asp","Rock Report Website","_blank","Click Here To Visit The Official Website");
                addChildmenuItem("http://www.musesmuse.com","Muses Muse Website","_blank","Click Here To Visit The Official Website");
                addChildmenuItem("http://www.indiebible.com","Indie Bible Website","_blank","Click Here To Visit The Official Website");
                addChildmenuItem("http://www.unsignedbandweb.com/music/bands/4094/index.php","Unsigned Band Website","_blank","Click Here To Visit The Official Website");
                addChildmenuItem("http://www.rockband.com/artist.asp?shortbandname=burningindecember","Rock Band Website","_blank","Click Here To Visit The Official Website");
                addChildmenuItem("http://cdbaby.com/cd/burningindec","CD Baby Website","_blank","Click Here To Visit The Official Website");
                addChildmenuItem("http://www.allmusic.com","All Music Website","_blank","Click Here To Visit The Official Website");
                addChildmenuItem("http://www.bmi.com","BMI Website","_blank","Click Here To Visit The Official Website");
		    addChildmenuItem("http://mp3hardplay.tk","MP3hardplay Website","_blank","european site promoting unsigned bands and artists");



//**DO NOT EDIT THIS *****
}//***********************
//************************

