	var NoOffFirstLineMenus=8; //set number of main menu items
	var LowBgColor='#F0F0F0';
	var HighBgColor='#003C77';
	var FontLowColor='black';
	var FontHighColor='white';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Arial, Verdana, Helvetica, Trebuchet MS, Sans-serif, Times, TimesNR"
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=83; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

	Menu1=new Array("Home","index.php",2,23,110);
	    Menu1_1=new Array("Home","index.php",0,23,110);
	    Menu1_2=new Array("About Us","about-us.php",0,23,110);
				
	Menu2=new Array("Free Service","insider-trading-history.php",5,20,150);
		Menu2_1=new Array("Sample Insider Trading Filings","insider-trading-history.php",0,20,200);
		Menu2_2=new Array("Sample Insider Buys","insider-buys-history.php",0,20,200);
		Menu2_3=new Array("Sample Insider Sells","insider-sells-history.php",0,20,200);
		Menu2_4=new Array("Sample Derivatives Trading","insider-derivatives-history.php",0,20,200);
		Menu2_5=new Array("Knowledge Central","insider-trading-knowledge.php",0,20,200);
				
	Menu3=new Array("Premium Service","insider-trading-signup.php",6,20,150);
		Menu3_1=new Array("Service Introduction","insider-trading-services.php",0,20,200);
		Menu3_2=new Array("Sign Up","insider-trading-signup.php",0,20,200);
		Menu3_3=new Array("Log In","insider-trading-login.php",0,20,200);
		Menu3_4=new Array("Log Out","insider-trading-logout.php",0,20,200);
		Menu3_5=new Array("Account Management","insider-trading-update.php",0,20,200);
		Menu3_6=new Array("Success Story","insider-trading-success.php",0,20,200);
				
	Menu4=new Array("Latest Filings","insider-trading-real-time.php",3,20,260);
		Menu4_1=new Array("Real-Time Insider Trading Filings","insider-trading-real-time.php",0,20,180);
		Menu4_2=new Array("Historical Insider Trading Filings","insider-trading-record.php",0,20,180);
		Menu4_3=new Array("Last Seven Days Filings","insider-trading-seven.php",0,20,180);
								
    Menu5=new Array("Latest Buys","insider-buys-real-time.php",3,20,100);
		Menu5_1=new Array("Real-Time Insider Buys","insider-buys-real-time.php",0,20,180);
		Menu5_2=new Array("Historical Insider Buys","insider-buys-record.php",0,20,180);
		Menu5_3=new Array("Last Seven Days Buys","insider-buys-seven.php",0,20,180);

   Menu6=new Array("Latest Sells","insider-sells-real-time.php",3,20,100);
		Menu6_1=new Array("Real-Time Insider Sells","insider-sells-real-time.php",0,20,180);
		Menu6_2=new Array("Historical Insider Sells","insider-sells-record.php",0,20,180);
		Menu6_3=new Array("Last Seven Days Sells","insider-sells-seven.php",0,20,180);
		
	Menu7=new Array("Latest Derivatives","insider-derivatives-real-time.php",3,20,150);
	    Menu7_1=new Array("Real-Time Derivatives Trading","insider-derivatives-real-time.php",0,20,180);
		Menu7_2=new Array("Historical Derivatives Trading","insider-derivatives-record.php",0,20,180);
		Menu7_3=new Array("Last Seven Days Derivatives","insider-derivatives-seven.php",0,20,180);
		
	Menu8=new Array("Data Search","insider-trading-search.php",0,20,150);
							
		
 
		
