/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#ce0000';			// Background color when mouse is not over
	var LowSubBgColor='#a0a0a0';			// Background color when mouse is not over on subs
	var HighBgColor='#ffce39';			// Background color when mouse is over
	var HighSubBgColor='#ffce39';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// 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=8;9;				// Font size menu items
	var FontBold=1;				// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=92;75;240;				// 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=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// 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='';				// DIV id for relative positioning (refer to config.htm for info)
	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=1;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 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 Page","http://fundbuster.com/index.html","",0,16,80);

Menu2=new Array("Contact Us","email.htm","",0,16,80);
// Menu2_1=new Array("Send e-mail","email.htm","",0,20,160);
// Menu2_2=new Array("Mailing List","mlist.htm","",0);
// Menu2_3=new Array("Password Reminder","signup/reminder.htm","",0);
// Menu2_4=new Array("Change your info","signup/index.htm","",0);
//Menu2_5=new Array("Cookie troubleshooter","../sblogin/enablecookies.html","",0);
//Menu2_6=new Array("Browser troubleshooters","","",2)
//Menu2_6_1=new Array("Internet Explorer","../signup/iebrowsersetup.htm","",0,20,100);
//Menu2_6_2=new Array("AOL","../signup/aolsetup.htm","",0);

//Menu3=new Array("About Us","intro.htm","",0,16,80);

Menu3=new Array("Trial Subscription","readme.htm","",0,20,110);
// Menu4_1=new Array("Take the tour","intro1.htm","",0,20,110);    
// Menu4_2=new Array("Trial Subscription","readme.htm","",0);

Menu4=new Array("Misc","","",6);
Menu4_1=new Array("About us","intro.htm","",0,20,120);
Menu4_2=new Array("Market Dashboard","dashboard.htm","",0);
Menu4_3=new Array("Sector Slideshow","slideshow1.htm","",0);
Menu4_4=new Array("Terms of Use","termsou.htm","",0);
Menu4_5=new Array("Health","javascript:window.open ('health.htm')","",0);
Menu4_6=new Array("Links","links.htm","",0);

Menu5=new Array("Sign Up","esubscribe.htm","",0,16,80);
// Menu6_1=new Array("by Credit Card","esubscribe.htm","",0,20,100);
// Menu6_2=new Array("by Check","subscrbe.htm","",0);

Menu6=new Array("Log-in","protected/index.htm","",0,20,80);
Menu7=new Array("Back","javascript:history.go(-1)","",0,16,80);

