/***********************************************************************************
*	(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=9;			// Number of first level items
	var LowBgColor='cc0000';			// Background color when mouse is not over
	var LowSubBgColor='cccccc';			// Background color when mouse is not over on subs
	var HighBgColor='333366';			// Background color when mouse is over
	var HighSubBgColor='333366';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='333366';			// 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='white';			// Border color
	var BorderSubColor='white';			// 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;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// 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','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=90;				// 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=2;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// 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='';				// 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=0;				// 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("Starting<br>up","../starting_a_business.htm","",9,30,85);
	Menu1_1=new Array("The Basics","../starting_a_business.htm","",0,15,150);
	Menu1_2=new Array("Family Support","../family_support.htm","",0);
	
	Menu1_3=new Array("Which Business?","../which_business.htm","",2,15,150);
			Menu1_3_1=new Array("Small Business Ideas","../small_business_ideas.htm","",0,15,150);
			Menu1_3_2=new Array("The Truth about MLM","../truth_about_mlm.htm","",0);
	
	Menu1_4=new Array("Research it FIRST","../business_idea_research.htm","",0);
	Menu1_5=new Array("Write a Business Plan","../write_business_plan.htm","",0);
	
		Menu1_6=new Array("Business Cashflow","../business_cashflow.htm","",0);
	Menu1_7=new Array("Business Structure","../legal_business_structure.htm","",0);
	Menu1_8=new Array("Choosing a Good Name","../choosing_a_good_business_name.htm","",0);
	Menu1_9=new Array("Location, Location","../business_location_location.htm","",0);
	

Menu2=new Array("Working from Home","../working_from_home.htm","",10);
	Menu2_1=new Array("Advantages-Disadvantages","../work_at_home_based_business.htm","",0,15,160);
	Menu2_2=new Array("Available Facilities","../available_facilities.htm","",0);
	Menu2_3=new Array("Professional Image","../professional_image.htm","",0);
	Menu2_4=new Array("Discipline & Motivation","../discipline_motivation.htm","",0);
	Menu2_5=new Array("Local Laws","../local_laws.htm","",0);
	Menu2_6=new Array("Considering Neighbours","../considering_neighbours.htm","",0);
	Menu2_7=new Array("Effects on Family","../effects_family.htm","",0);
	Menu2_8=new Array("Space Requirements","../space_requirements.htm","",0);
	Menu2_9=new Array("Time Management","../time_management.htm","",0);
	Menu2_10=new Array("Managing Staff","../managing_staff.htm","",0);

Menu3=new Array("Internet Businesses","../internet_businesses.htm","",12);
	Menu3_1=new Array("Ebay Businesses","../ebay_internet_businesses.htm","",0,15,190);
	Menu3_2=new Array("E-Commerce","../ecommerce.htm","",2);
		Menu3_2_1=new Array("Selling Your Products on the Internet","../sell_products.htm","",0,15,250);
		Menu3_2_2=new Array("Selling Your Services on the Internet","../sell_services.htm","",0);
	Menu3_3=new Array("Affiliate Programs","../affiliate_programs.htm","",2);
		Menu3_3_1=new Array("Overview","../affiliate_programs.htm","",0,15,100);
		Menu3_3_2=new Array("Our TOP 5 Internet Businesses","../top5_internet_businesses.htm","",0);
	Menu3_4=new Array("Domain Name Registration","../domain_name_registration.htm","",0);
	Menu3_5=new Array("Web Design","../web_design.htm","",0);
	Menu3_6=new Array("Web Hosting","../web_hosting.htm","",0);
	Menu3_7=new Array("Search Engine Optimisation","../search_engine_optimisation.htm","",0);
	Menu3_8=new Array("Internet Promotion","../internet_promotion.htm","",2);
		Menu3_8_1=new Array("Email Marketing","../email_marketing.htm","",0,15,150);
		Menu3_8_2=new Array("Website Traffic","../website_traffic.htm","",0);
	Menu3_9=new Array("Business Location","../internet_business_location.htm","",0);
	Menu3_10=new Array("Business Structure","../legal_business_structure.htm","",0);
	Menu3_11=new Array("Internet Scams","../internet_scams.htm","",0);
	Menu3_12=new Array("Internet Business Opportunities","../internet_business_opportunities.htm","",0);
	
Menu4=new Array("Buying a Business","../buying_business.htm","",2);
	Menu4_1=new Array("Established Businesses","../buy_established_business.htm","",2,15,150);
		Menu4_1_1=new Array("Evaluating a Business","../evaluating_business.htm","",0,15,150);
		Menu4_1_2=new Array("Business Brokers","../business_brokers.htm","",0);
	Menu4_2=new Array("Business Franchising","../business_franchising.htm","",2);
		Menu4_2_1=new Array("Franchise Directory","../franchise_directory.htm","",0,15,150);
		Menu4_2_2=new Array("Franchise Resources","../franchise_resources.htm","",0);

Menu5=new Array("Other Income Possibilities","","",4);
	Menu5_1=new Array("Property","../property_investment.htm","",3,15,150);
		Menu5_1_1=new Array("Negative & Positive Gearing","../negative_gearing.htm","",0,15,170);
		Menu5_1_2=new Array("Home Renovation","../home_renovation.htm","",0);
		Menu5_1_3=new Array("Property Development","../property_development.htm","",0);
	Menu5_2=new Array("Share Trading","../share_trading.htm","",0);
	Menu5_3=new Array("Gambling","../gambling.htm","",0);
	Menu5_4=new Array("Enter Competitions","../enter_competitions.htm","",0);

Menu6=new Array("Sales & Marketing","","",14);
	Menu6_1=new Array("It's a 'Must Do'","../small_business_sales_marketing_essential.htm","",0,15,165);	
	Menu6_2=new Array("Your Own Abilities","../sales_marketing_abilities.htm","",0);
	Menu6_3=new Array("Allocate a Budget","../sales_marketing_budget.htm","",0);
	Menu6_4=new Array("Business Image","../sales_marketing_business_image.htm","",0);
	Menu6_5=new Array("Following Proven Formulas","../sales_marketing_formula.htm","",0);
	Menu6_6=new Array("Brainstorming","../brainstorming_sales_marketing_ideas.htm","",0);
	Menu6_7=new Array("Networking","../networking.htm","",0);
	Menu6_8=new Array("Consistency","../sales_marketing_consistency.htm","",0);
	Menu6_9=new Array("Your Customer Database","../crm_customer_database.htm","",0);
	Menu6_10=new Array("Direct Marketing","../direct_marketing.htm","",4);
		Menu6_10_1=new Array("By Direct Mail","../direct_mail_marketing.htm","",0,15,100);
		Menu6_10_2=new Array("By Email","../email_marketing.htm","",0);
		Menu6_10_3=new Array("By Phone","../phone_telemarketing.htm","",0);
		Menu6_10_4=new Array("By Cold Calling","../cold_calling.htm","",0);
	Menu6_11=new Array("Sales Tips","../sales_tips.htm","",0);
	Menu6_12=new Array("Marketing Strategies","../sales_marketing_strategies.htm","",0);
	Menu6_13=new Array("Should You Outsource?","../outsource_sales_marketing.htm","",0);
	Menu6_14=new Array("Good Reading","../sales_marketing_books.htm","",0);


Menu7=new Array("Business Essentials","../business_essentials.htm","",7);
	Menu7_1=new Array("Goal Setting","../goal_setting.htm","",0,15,150);
	Menu7_2=new Array("Motivation & Inspiration","../motivation_inspiration.htm","",0);

Menu7_3=new Array("Software","../business_software.htm","",4,15,150);
		Menu7_3_1=new Array("Computer Security","../computer_security.htm","",3,15,150);
			Menu7_3_1_1=new Array("Spy Software","../spy_software.htm","",0,15,150);
			Menu7_3_1_2=new Array("Anti Virus","../anti_virus_software.htm","",0,15,150);
			Menu7_3_1_3=new Array("FireWalls","../firewalls.htm","",0,15,150);
		
		Menu7_3_2=new Array("Business Planning","../business_planning_software.htm","",0);
		Menu7_3_3=new Array("Accounting","../business_accounting_software.htm","",0);
		Menu7_3_4=new Array("Management","../business_management_software.htm","",0);
	
	Menu7_4=new Array("Equipment & Services","../office_equipment_services.htm","",4,15,150);
		Menu7_4_1=new Array("Computer Hardware","../computer_hardware.htm","",0,15,150);
		Menu7_4_2=new Array("Office Furniture","../office_furniture.htm","",0);
		Menu7_4_3=new Array("Phone Call Savings","../phone_savings.htm","",0);
		Menu7_4_4=new Array("Services","../business_services.htm","",0);
		Menu7_4_5=new Array("Tools","../business_tools.htm","",0);
	
	Menu7_5=new Array("Gadgets","../business_gadgets.htm","",0);
	Menu7_6=new Array("Good Reading","../business_book.htm","",0);
	
	Menu7_7=new Array("Getting Paid","","",4,15,150);
		Menu7_7_1=new Array("Overview","../getting_paid.htm","",0,15,150);
		Menu7_7_2=new Array("Merchant Accounts","../merchant_accounts.htm","",0);
		Menu7_7_3=new Array("Monthly Accounts","../monthly_accounts.htm","",0);
		Menu7_7_4=new Array("Debt Collection","../debt_collection.htm","",0);
	
	
	Menu7_8=new Array("Your Bank","../bank_accounts.htm","",0);
	Menu7_9=new Array("Borrowing Money","../borrowing_money.htm","",0);
	
Menu8=new Array("Business<BR>Management","../business_management.htm","",6);
	Menu8_1=new Array("Your Business Plan","../write_business_plan.htm","",0,15,150);
	Menu8_2=new Array("Painful Paperwork","../business_paperwork.htm","",0);
	Menu8_3=new Array("Having a Mentor / Coach","../business_coach_mentor.htm","",0);
	Menu8_4=new Array("Joining a Peer Group","../business_peer_groups.htm","",0);
	Menu8_5=new Array("Regular Reviews","../business_reviews.htm","",0);
	Menu8_6=new Array("Stress Management","../stress_management.htm","",0);


Menu9=new Array("Resources","","",9);
	Menu9_1=new Array("ENTREPRENEUR SHOP","../entrepreneur_shop.htm","",0,15,150);
	Menu9_2=new Array("Entrepreneur Links","../entrepreneur_rs_menu.htm","",0);
	Menu9_3=new Array("What's On","../events_exhibitions_whats_on.htm","",2);
		Menu9_3_1=new Array("Seminars","../business_entrepreneur_seminars.htm","",0,15,100);
		Menu9_3_2=new Array("Workshops","../business_entrepreneur_workshops.htm","",0);
	Menu9_4=new Array("Training & Education","../business_entrepreneur_training.htm","",0);
	Menu9_5=new Array("Good Books","../entrepreneur_books.htm","",0);
	Menu9_6=new Array("Entrepreneur Groups","../business_entrepreneur_groups.htm","",0);
	Menu9_7=new Array("Business Guides","../entrepreneur_business_guides.htm","",0);
	Menu9_8=new Array("FREE Newsletters","../business_entrepreneur_newsletters.htm","",0,15,150);
	Menu9_9=new Array("Government Assistance","../business_entrepreneur_government_assistance.htm","",0,15,150);