

	var NoOffFirstLineMenus=5;			
	var LowBgColor='#EFE3DA';			// default background colour of main menu
	var LowSubBgColor='#EFE3DA';		// default background colours of submenu
	var HighBgColor='#EFE3DA';			// mouseover background colour of main menu
	var HighSubBgColor='#EFE3DA';		// mouseover background colour of submenu
	var FontLowColor='#526994';			// default font colour of main menu
	var FontSubLowColor='#526994';		// default font colour of submenu
	var FontHighColor='#734142';			// mouseover font colour of main menu
	var FontSubHighColor='#734142';		// mouseover font colour of submenu
	var BorderColor='#526994';			
	var BorderSubColor='#526994';			
	var BorderWidth=1;				
	var BorderBtwnElmnts=1;			// cell dividers 1=yes or 0=no
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"	
	var FontSize=9;				
	var FontBold=1;				
	var FontItalic=0;				
	var MenuTextCentered='center';		// choices 'left', 'center' or 'right'
	var MenuCentered='left';			// horizontal choices 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// vertical choices 'top', 'middle','bottom' or 'static'
	var ChildOverlap=.2;			
	var ChildVerticalOverlap=.2;			
	var StartTop=2;				// aka x coordinate
	var StartLeft=125;				// aka y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=2;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// 1=horizontal, 0=vertical
	var MenuFramesVertical=1;			// 1=columns, 2=rows
	var DissapearDelay=500;			// menu disappear in milliseconds
	var TakeOverBgColor=1;			// menu frame takes over background colour subitem frame
	var FirstLineFrame='navig';			// frame where first level appears
	var SecLineFrame='space';			// frame where sub levels appear
	var DocTargetFrame='space';			// frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				
	var MenuWrap=1;				
	var RightToLeft=0;				// 1=right to left unfold, 0=left to right
	var UnfoldsOnClick=0;			// 1=unfolds onclick, 0=unfolds on onmouseover
	var WebMasterCheck=0;			
	var ShowArrow=0;				
	var KeepHilite=1;				
	var Arrws=['images/right.gif',5,10,'images/down.gif',10,5,'images/left.gif',5,10];	// 'source', width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}



//MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//rollover images change "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("rollover:images/1_home.jpg:images/2_home.jpg","default.html","",0,20,100);

Menu2=new Array("rollover:images/1_about.jpg:images/2_about.jpg","","",2);
	Menu2_1=new Array("Information","mall_info.htm","",0,20,100);
	Menu2_2=new Array("Events","events.htm","",0);
		
Menu3=new Array("rollover:images/1_merchants.jpg:images/2_merchants.jpg","","",2);
	Menu3_1=new Array("Mall Map","map.htm","",0,20,100);
	Menu3_2=new Array("Directory","","",2);
	     Menu3_2_1=new Array("Business Names","directory_names.htm","",0,20,150);
	     Menu3_2_2=new Array("Business Categories","directory_categories.htm","",0);

Menu4=new Array("rollover:images/1_leasing.jpg:images/2_leasing.jpg","","",2);
	Menu4_1=new Array("Floor Plans","floor_plans.htm","",0,20,120);
	Menu4_2=new Array("Available Space","available_space.htm","",0);

Menu5=new Array("rollover:images/1_contact.jpg:images/2_contact.jpg","contact_us.htm","",0);
