// Number of first level items
	var NoOffFirstLineMenus=4;

// Background color when mouse is over
	var HighBgColor='2b000a';
// Background color when mouse is not over
	var LowBgColor='4c101e';

// Background color when mouse is over on subs
	var HighSubBgColor='2b000a';
// Background color when mouse is not over on subs
	var LowSubBgColor='4c101e';

// Font color when mouse is over
	var FontHighColor='f3b6b5';
// Font color when mouse is not over
	var FontLowColor='ffffff';

// Font color subs when mouse is over
	var FontSubHighColor='f3b6b5';
// Font color subs when mouse is not over
	var FontSubLowColor='ffffff';

// Border color
	var BorderColor='9d7e7f';
// Border color for subs
	var BorderSubColor='9d7e7f';

// Border width
	var BorderWidth=1;

// Border between elements 1 or 0
	var BorderBtwnElmnts=1;

// Font family menu items
	var FontFamily="verdana"

// Font size menu items
	var FontSize=9;

// Bold menu items 1 or 0
	var FontBold=0;

// Italic menu items 1 or 0
	var FontItalic=0;

// Item text position 'left', 'center' or 'right'
	var MenuTextCentered='left';

// Menu horizontal position 'left', 'center' or 'right'
	var MenuCentered='center';

// Menu vertical position 'top', 'middle' or 'bottom'
	var MenuVerticalCentered='top';

// horizontal overlap child/ parent
	var ChildOverlap=.0;

// vertical overlap child/ parent
	var ChildVerticalOverlap=.0;

// Menu offset x coordinate
	var StartTop=40;

// Menu offset y coordinate
	var StartLeft=160;

// Multiple frames y correction
	var VerCorrect=0;

// Multiple frames x correction
	var HorCorrect=0;

// Left padding
	var LeftPaddng=4;

// Top padding
	var TopPaddng=2;

// First level items layout horizontal 1 or 0
	var FirstLineHorizontal=1;

// Frames in cols or rows 1 or 0
	var MenuFramesVertical=0;

// delay before menu folds in
	var DissapearDelay=500;

// Menu frame takes over background color subitem frame
	var TakeOverBgColor=1;

// Frame where first level appears
	var FirstLineFrame='navig';

// Frame where sub levels appear
	var SecLineFrame='space';

// Frame where target documents appear
	var DocTargetFrame='space';

// DIV id for relative positioning (refer to config.htm for info)
	var TargetLoc='';

// Hide first level when loading new document 1 or 0
	var HideTop=0;

// enables/ disables menu wrap 1 or 0
	var MenuWrap=1;

// enables/ disables right to left unfold 1 or 0
	var RightToLeft=0;

// Level 1 unfolds onclick/ onmouseover
	var UnfoldsOnClick=0;

// menu tree checking on or off 1 or 0
	var WebMasterCheck=0;

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
// MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
// For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("HOME","index.php","",0,17,60);

Menu2=new Array("ABOUT LEAH","bio.html","",3,17,95);
Menu2_1=new Array("LEAH'S BIO","bio.html","",0,18,95);
Menu2_2=new Array("MYSPACE","http://www.myspace.com/leahtyssemusic","",0,18,95);
Menu2_3=new Array("PHOTOS","photos.php","",0,18,95);

Menu3=new Array("ABOUT THE MUSIC","listen.html","",4,17,135);
Menu3_1=new Array("LISTEN","listen.html","",0,18,135);
Menu3_2=new Array("BUY THE CD","cd.html","",0,18,135);
Menu3_3=new Array("REVIEWS","reviews.html","",0,18,135);
Menu3_4=new Array("UPCOMING SHOWS","shows.php","",0,17,135);

Menu4=new Array("CONTACT","contact.php","",3,17,95);
Menu4_1=new Array("BOOKING & MEDIA","contact.php","",0,18,130);
Menu4_2=new Array("FAN MAIL","fanmail.php","",0,18,130);
Menu4_3=new Array("MAILING LIST","mailing.php","",0,18,130);

