/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=30;			// Number of first level items
	var LowBgColor='#F9FAF5';			// Background color when mouse is not over
	var LowSubBgColor='#D4DEC3';			// Background color when mouse is not over on subs
	var HighBgColor='#D4DEC3';			// Background color when mouse is over
	var HighSubBgColor='#FFFFFF';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='#ACC67C';			// Border color
	var BorderSubColor='#ACC67C';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=187;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=10;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color 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;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

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("Antiques/Collectibles","../wantiques.html","",0,17,142);

Menu2=new Array("Apparel","../wapparel.html","",0);

Menu3=new Array("Arts and Crafts","../wmarts-crafts.html","",0);
	
Menu4=new Array("Automotive","#","",2);
	Menu4_1=new Array("Auto Repair","wauto-repair.html","",0,17,142);
	Menu4_2=new Array("Auto Sales","wauto-sales.html","",0);
	
Menu5=new Array("Banking and Finance","../wbanking.html","",0);

Menu6=new Array("ColledgeKnowledge","../colledge-knowledge.html","",0);

Menu7=new Array("Computers","../wcomputers.html","",0);

Menu8=new Array("Focus on Women","../wwomen.html","",0);

Menu9=new Array("Food Markets","../wfood.html","",0);

Menu10=new Array("Health and Beauty","../wbeauty.html","",0);
	
Menu11=new Array("Home and Garden","../wgarden.html","",0);

Menu12=new Array("Hotels","whotels.html","",0);

Menu13=new Array("Insurance","../winsurance.html","",0);

Menu14=new Array("Investments","../winvestment.html","",0);

Menu15=new Array("Jewelry","../wjewelry.html","",0);

Menu16=new Array("Kid's Corner","../wkids.html","",0);
	
Menu17=new Array("Legal Services","../wlegal.html","",0);
	
Menu18=new Array("Pet Supplies","../wpets.html","",0);

Menu19=new Array("Print and Copy","../wprint.html","",0);
	
Menu20=new Array("Real Estate","#","",4);
	Menu20_1=new Array("Appraisals","westate-appraisals.html","",0,17,142);
	Menu20_2=new Array("Mortgage","westate-mortgage.html","",0);
	Menu20_3=new Array("Realtors","westate-realtors.html","",0);
	Menu20_4=new Array("Services","westate-services.html","",0);
	
Menu21=new Array("Religion and Spirituality","../wreligion.html","",0);

Menu22=new Array("Restaurants","../wrestaurants.html","",0);
	
Menu23=new Array("Seniors","../wseniors.html","",0);

Menu24=new Array("Sports and Fitness","../wfitness.html","",0);	

Menu25=new Array("Travel and Attractions","../wtravel.html","",0);

Menu26=new Array("Web Design","../web.html","",0);

Menu27=new Array("Wedding Planner","../wwedding.html","",0);
	
Menu28=new Array(".","#","",0,2,142);

Menu29=new Array(".","#","",0,2,142);

Menu30=new Array("From the Experts","../wexperts.html","images/nav_experts.gif",0,25,142);

	




