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

var staticMENU = true;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "http://meatloaf-oifc.com/meat/topnav/";	// 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 = 	"silver";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"silver"	// main nav border color
var aLINK = 	"white";	// 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 = 	10;		// main nav font size (pixels)
var fWEIGHT = 	"normal"		// main nav font weight
var tINDENT = 	0;		// 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 = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"silver";	// submenu cell color

var srCOLOR = 	"c0c0ff";	// 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 = 	10;		// 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 = 1;		// 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 = "title";		// 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("oifc1.htm","Home",65,"center","","",0,0,"","","","","");

	// 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,"left","left",-4,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
//	addSubmenuItem("http://www.dynamicdrive.com/new.htm","What\'s New","","");
//	addSubmenuItem("http://www.dynamicdrive.com/hot.htm","What\'s Hot","","");
//	addSubmenuItem("http://www.dynamicdrive.com/faqs.htm","FAQ","","");
//	addSubmenuItem("http://www.dynamicdrive.com/submitscript.htm","Submit","","");
//	addSubmenuItem("http://www.dynamicdrive.com/morezone/","More Zone","","");

addMainItem("","Top Pages",65,"center","","",0,0,"","","","","");

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

	addSubmenuItem("legendmeat.htm","History","","");
	addSubmenuItem("timeline.htm","Timeline","","");
	addSubmenuItem("neverland.htm","Neverland Express","","");
	addSubmenuItem("freegift.htm","Free Gift","","");
	addSubmenuItem("../cgi-bin/chats/chat1.cgi","Official Chat Room","","Temporarily Closed");


addMainItem("","Features",65,"center","","",0,0,"","","","","");

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

	addSubmenuItem("fanpage.htm","Fan Pages","","Take a look at what other fans are doing...everything from pictures to artwork and poetry. You could submit something yourself and see it posted here!!!!!");
	addSubmenuItem("meateor.htm","Meateor Impact","","Tell your story and read other's stories about how Meat has changed or helped their lives.");
	addSubmenuItem("newsmeat.htm","Press","","Press clippings and other news items about Meat.");
	addSubmenuItem("rrg.htm","RRG","","The Meat Loaf Rock N' Roll Guard - a group of HIGHLY protective fans! Check it out..maybe YOU should join!!! ");
//	addSubmenuItem("award.htm","Award","","");
//	addSubmenuItem("../postcards/","Free Postcards","","");
	addSubmenuItem("links.htm","Links","","Links to other Meat Loaf web sites and resources. ");
	addSubmenuItem("rings.htm","Web Rings","","Just what it says...web rings we belong to!");
	addSubmenuItem("lealink.htm","Lea's Links","","Lea is a great surfer and Meat fan and has found some pretty incredible links to Meaty stuff on the web. Check out her input!!!");
//	addSubmenuItem("storybookenter.htm","Storybook","","A live, ongoing storybook that is interactive and can go however YOU want it to go. It takes Meat on all kinds of journeys even his concert tours can't take him! Click here and add your ideas to the story!");
	addSubmenuItem("dailymeat.htm","Daily Meat","","");
//	addSubmenuItem("arch.htm","Archives","","Check out things that have gone on previously at this web site!");
//	addSubmenuItem("buystuff.htm","Classifieds","","Buy and sell Meat stuff here..no bootleg allowed!!!!!!!");
//	addSubmenuItem("../guestbook/guestbook.html","Our Guestbook","","");
	addSubmenuItem("megarouge.htm","Golf","","We all know how much Meat loves golf...he's even played in a few very special charity events!! Check this out for a unique golfing experience.");
	addSubmenuItem("roadie.htm","Roadie","","Check out Meat's all-time best movie by going here. ");
	addSubmenuItem("logan.htm","<img src=images/loganbanner-sbd.jpg hspace=0 vspace=0 border=0 align=left><br>Logan's Story","","Think Meat's Music isn't Powerful? Check out Logan's Story...click here..");
	addSubmenuItem("objectsrear.htm","Objects","","");
	addSubmenuItem("piece.htm","Action","","");
	addSubmenuItem("../meat2/makingobjects.htm","Objects2","","");
		// 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(150,"left","left",0,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
//		addChildmenuItem("","testing a lot of text and description time for all ","","");

addMainItem("","Tour Info",65,"center","","",0,0,"","","","","");

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


	addSubmenuItem("http://www.meatloaf-oifc.com/meat/2003tour.htm","World Tour 2003","","Beginning in the Fall, and now with confirmed German dates, this tour could cover, possibly, over 150 venues!!");
	addSubmenuItem("http://www.meatloaf-oifc.com/meat/holidaytour.htm","Holiday Tour 2002/3","","This second leg to the summer  tour is just a chance for Meat to get out among his friends and fans...only a few new dates left to fill, check here for ticket sales and other information.");
	addSubmenuItem("http://www.meatloaf-oifc.com/meat/3summerreview.htm","Summer Tour 2002","","Summer Tour - Check out pictures and reviews from this great and most recent tour!");
	addSubmenuItem("http://www.meatloaf-oifc.com/meat/caesarstour.htm","Caesar's AC 2002","","Caesar's Venue (2002) - Always a special event, Meat did 2 shows at Caesar's Atlantic City Casino...Vee got to go, with Wezzie and Janny, as did many of our other regulars...Vicki, Caryl, Tink, Gina, Flo, Jim, Shawni, Goat and many many more. Check out their pictures and reviews.");
	addSubmenuItem("http://www.meatloaf-oifc.com/meat/proms.htm","Proms Tour 2001","","Night Of The Proms - Pictures and reviews from this wonderful 2002 UK concert tour that took Meat on some exciting adventures!!");
	addSubmenuItem("http://www.meatloaf-oifc.com/meat/bap.htm","The Bad Attitude Tour 1981","","Bad Attitude Tour - Vintage 1981 tour, check out some pictures that will blow your mind!!!!");
	addSubmenuItem("http://www.meatloaf-oifc.com/meat/1sttour.htm","Storytellers Tour 1999/00","","Storytellers - Here's your chance to experience a tour like no other! If you got to go, these pages will give you a wonderful stroll down memory lane, but if you wern't able to attend, you simply HAVE to go here and get a view of what it was like. No one, I think all fans will agree, has ever felt closer to Meat.");
	addSubmenuItem("http://www.meatloaf-oifc.com/meat2/frame.htm","Meat Tracker","","The Meat Tracker - Definitely the best way to keep up with Meat if you are following him by a day to day basis. Updated as often as information is given, this provides dates and what Meat is doing on that day, be it a concert, TV show, filming, or just a day off.");
	addSubmenuItem("http://www.meatloaf-oifc.com/meat2/frame.htm","BAT II 1993/94","","");
	addSubmenuItem("http://www.meatloaf-oifc.com/meat/atcity.htm","Caesar's AC 2001","","Caesar's Venue (2001) - Meat did a wonderful job bringing his incredible talents to the glitter and glitz of Ceasar's Atlantic City! We have pictures and are looking for more, plus stories to share from people lucky enough to be at the event!");
	addSubmenuItem("http://www.meatloaf-oifc.com/meat/millennium.htm","Millennium","","The Official Millennium Concert - Where was Meat when Y2K hit??? At his own millennium concert!!  Click on the banner above to check out our official photographic coverage of the New Year's Eve concert at The Beacon in New York City. If you've never been  to a live Meat Loaf concert, this is the place to check out because it's very close to the experience you'll get!! If you have, kick back and re~live the memories here!!");
	addSubmenuItem("http://www.meatloaf-oifc.com/meat/beacon.htm","Beacon","","Tales from The Beacon - Click on this catagory to read some great reviews of The Beacon concerts, and also to see some great pictures!!");


addMainItem("","Music",65,"center","","",0,0,"","","","","");

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

	addSubmenuItem("http://www.meatloaf-oifc.com/meat/disco.htm","Meat Loaf Discography","","");
	addSubmenuItem("http://www.meatloaf-oifc.com/meat2/hrl.htm","Hard Rock Live","","");
	addSubmenuItem("http://www.meatloaf-oifc.com/meat/bestofbest.htm","The Best Of The Best","","");
	addSubmenuItem("http://www.meatloaf-oifc.com/meat2/makingobjects.htm","The Making of - Objects","","");
	addSubmenuItem("http://www.meatloaf-oifc.com/meat/tvradioreq.htm","Requests","","Television and Radio Stations to make requests to play Meat Loaf's music");	
	addSubmenuItem("http://www.meatloaf-oifc.com/meat2/makingobjects.htm","Testify","","As we receive info on the CD and on the tour, this is where we will pass it on to you!");
	addSubmenuItem("http://www.meatloaf-oifc.com/meat/storycd.htm","Storytellers CD","","The tour was such a sucess that they took one and put it on VHS and DVD for fans to enjoy over and over again! If you didn't get to go, you HAVE to see these pages!!!!!!");
	addSubmenuItem("http://www.meatloaf-oifc.com/meat/auto.htm","Autobiography","","&quot;To Hell And Back&quot;, Meat's only authorized autobiography which he write with David Dalton. NOT TO BE CONFUSED with the VH-1 special that did Meat no justice whatsoever!!!!!!");	
	addSubmenuItem("http://www.meatloaf-oifc.com/meat/best.htm","The Very Best Of Meat Loaf","","a compilation CD with 3 new songs writton by Jim Steinman, and none other than of &&quot;CATS&&quot; fame, Andrew Lloyd Webber!!");
	addSubmenuItem("http://www.meatloaf-oifc.com/meat/wttn1.htm","Welcome to the Neighborhood","","An interactive look at &quot;Welcome To The Neighborhood&quot; from the fan&acute;s point of view. Send us your opinions!!!");
	
	


addMainItem("","Movies",65,"center","","",0,0,"","","","","");

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

  addSubmenuItem("movieupdate.htm","Upcoming Movies","","Upcoming movies Meat will be acting in, release dates, photos when available, and any other pertainent information. ");
  addSubmenuItem("../meat2/movie.htm","Movies","","Movies Meat has already starred or co-starred in, plots, where they can be found, etc.");


addMainItem("","Members",65,"center","","UNAVAILABLE",0,0,"","","","","");

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

//	addSubmenuItem("http://www.rottentomatoes.com","Rotten Tomatoes","_blank","");
//	addSubmenuItem("http://et.tv.yahoo.com/","ETOnline","","");
//	addSubmenuItem("http://www.hollywood.com/","Hollywood","","");
//	addSubmenuItem("","TV Networks","","");


addMainItem("","Picture Gallery",105,"center","","",0,0,"","","","","");

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

	addSubmenuItem("newphoto.htm","NEW PHOTOS","","The very newest in our photo collection!");
	addSubmenuItem("star.htm","Star Gazing","","What better star to gaze at than Meat loaf? Just click on each star to see his picture!");
	addSubmenuItem("scrapbook.htm","Scrapbook","","Take a look here at this java script wonder and remember why you fell in love with Meat in the first place, or if you&acute;re a new fan find out what he was like &quot;way back then&quot;.");
	addSubmenuItem("elegancemeat.htm","Elegance Of Meat",""," Black and White photos taken right after he cut his hair, showing his elegant side.");
	addSubmenuItem("photo.htm","Pics 1","","Original pics from the site&acute;s first day.");
	addSubmenuItem("newfm.htm","Pics 2","","First original update.");
	addSubmenuItem("caesarsphoto.htm","Caesars","","Pictures taken at Caesar&acute;s Palace 2002 Summer Tour.");
	addSubmenuItem("millennium.htm","Millennium","","Pictures taken at the now famous 2000 New Year&acute;s millennium concert.");
	addSubmenuItem("moondance.htm","Moondance Jam","","Check out some of the best concert pictures ever taken of Meat. These are from summer, 2002, and they are just beautiful! This page will be updated as they have a LOT of pics!");
	addSubmenuItem("beacon.htm","Beacon","","Pictures taken at The Beacon, NYC, 2000 New Year&acute;s concert.");
	addSubmenuItem("../meat2/fewpics.htm","A Few Pics","","");
	
addMainItem("","Lists",85,"center","","",0,0,"","","","","");

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

	addSubmenuItem("profileenter.htm","Discussion List","","");


addMainItem("http://www.meatloaf-oifc.com/meat/contactpages.htm","Contacts",65,"center","","",0,0,"","","","","");


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