
/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=4;
	var LowBgColor='0000ff';
	var LowSubBgColor='0000ff';
	var HighBgColor='c0c0c0';
	var HighSubBgColor='c0c0c0';
	var FontLowColor='ffffff';
	var FontSubLowColor='ffffff';
	var FontHighColor='ff0000';
	var FontSubHighColor='ff0000';
	var BorderColor='000000';
	var BorderSubColor='000000';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily='arial';
	var FontSize=10;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered='left';
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=179;
	var StartLeft=1;
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1;
	var MenuFramesVertical=1;
	var DissapearDelay=1000;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var TargetLoc='';
	var HideTop=0;
	var MenuWrap=1;
	var RightToLeft=0;
	var UnfoldsOnClick=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.html","",5,20,55);
	Menu1_1=new Array("Shipping","about_shipping.html","",0,20,130);
	Menu1_2=new Array("Returns","about_returns.html","",0);
	Menu1_3=new Array("Secure","about_secure.html","",0);
	Menu1_4=new Array("Privacy Statement","about_privacy.html","",0);
	Menu1_5=new Array("Disclaimer","about_disclaimer.html","",0);
	Menu1_6=new Array("Site Map","site_map.html","",0);

Menu2=new Array("Sandals","sandals.html","",6,20,70);
	Menu2_1=new Array("Black","sandals_black.html","",0,20,130);
	Menu2_2=new Array("Brown","sandals_brown.html","",0);
	Menu2_3=new Array("Denim","sandals_denim.html","",0);
	Menu2_4=new Array("Tan","sandals_tan.html","",0);
	Menu2_5=new Array("White","sandals_white.html","",0);
	Menu2_6=new Array("Order All","order.html","",0);
	Menu2_7=new Array("Blow Outs","order_blow_01.html","",0);
	Menu2_8=new Array("Blow Outs","order_blow_02.html","",0);

Menu3=new Array("Links","links.html","",2,20,55);
	Menu3_1=new Array("Lake Havasu","links_havasu.html","",0,20,120);
	Menu3_2=new Array("Online Resources","links_resources.html","",0);

Menu4=new Array("Contact","contact/contact.html","",1,20,67);
	Menu4_1=new Array("Email  Us","mailto:info@bridgewatercasuals.com","",0,20,100);


