// JavaScript Document
// Menu
var menu = new Array(
					 ["Company","#"],
					 ["Products","#"],
					 ["Business Opportunity","#"],
					 ["Resources","#"],
					 ["My Kinetro","./partner/"],
					 ["Affiliate Program","#"],
					 ["Contact","#"]
					 
					 );
	var subMenu = new Array();
// subMenu 1
	subMenu[1] = new Array(
					  ["About Kinetro", "about_kinetro.php"],
					  ["Philosophy", "our_philosophy.php"],
					  ["Business Model", "our_business_model.php"],
					  ["Media Gallery", "media_gallery.php"],
					  ["Employment", "employment.php"],
					  "");
// subMenu 2
	subMenu[2] = new Array(
					  ["General Information", "general_information.php"],
					  ["Categories", "categories.php"],
					  ["Promotions and Special Deals", "promotions_and_special_deals.php"],
					  ["Gift Certificates", "giftcert.php"],
					  ["Spotlight", "spotlight.php"],
					  "");
// subMenu 3
	subMenu[3] = new Array(
					  ["How It Works", "how_it_works.php"],
					  ["Commissions Paid", "commissions_paid.php"],
					  ["Sign Up/Create Account", "register.php"],
					  ["Professional Distributors", "professional_distributors.php"],
					  "");	
// subMenu 4
	subMenu[4] = new Array(
					  ["Overview of available materials", "overview_of_available_materials.php"],
					  ["Ke-News", "free_newsletter.php"],
				      ["Library", "library.php"],
					  ["Marketing and Presentation Materials", "marketing_and_presentation_materials.php"],
					  "");

// subMenu 6
	subMenu[6] = new Array(
					  ["Introduction", "introduction.php"],
				      ["Operating Agreement", "operating_agreement.php"],
//					  ["Banner Farm, Link Exchange and Linking Instructions", "./partner/howto.php"],
//					  ["Technical Issues", "technical_issues.php"],
					  ["Traffic Partners", "traffic_partners.php"],
					  "");

// subMenu 7
	subMenu[7] = new Array(
					  ["Customer Service", "customer_service.php"],
				      ["Quick Links", "quick_links.php"],
					  ["Policies", "policies.php"],
					  "");
