var menuVariables = 
[
	[null, 'Home', 'home.php', '_self', null,
	],				

	[null, 'Profile', '#', '_self', null,
		[null, 'Personal Info', 'biodata.php', '_self', null,],
		[null, 'Change Login Password', 'tukar_kata_laluan1.php', '_self', null,],
		[null, 'Change E-wallet Password', 'tukar_kata_laluan2.php', '_self', null,],
	],	
	
	[null, 'Network', '#', '_self', null,
		[null, 'Introducer List', 'introducer_h.php', '_self', null,
		],		
		/*[null, 'Power Start Hierarchy', 'powerstart_h.php', '_self', null,],	*/
		[null, 'Hierarchy', 'conventional_h.php', '_self', null,],
	],	

	[null, 'Bonus', '#', '_self', null,	
	 	[null, 'Recruitment Incentive', 'recruitment_incentive.php', '_self', null,],
	 	[null, 'Unilevel Bonus', 'bonus_unilevel.php', '_self', null,],
	 	[null, 'Performance Bonus', 'bonus_performance.php', '_self', null,],
	 	[null, 'Power Start Incentive', 'bonus_powerstart.php', '_self', null,],
	 	[null, 'Leadership Bonus', 'bonus_leadership.php', '_self', null,],
	 	[null, 'Leadership Incentive', 'bonus_leadership_incentive.php', '_self', null,],
	 	[null, 'Travel Fund', 'bonus_travel_fund.php', '_self', null,],
	 	[null, 'Car Fund', 'bonus_car_fund.php', '_self', null,],
		/*[null, 'Power Start Bonus', 'power_start_bonus.php', '_self', null,],		
		[null, 'Unilevel Bonus', 'unilevel_bonus.php', '_self', null,],	
		
		[null, 'Leadership Bonus', 'leadership_bonus.php', '_self', null,],	
		[null, 'Leadership Incentive', 'leadership_incentive.php', '_self', null,],	
		[null, 'Travel Fund', 'travel_fund.php', '_self', null,],	
		[null, 'Annual Bonus', 'annual_bonus.php', '_self', null,],	
		[null, 'Director Bonus', 'director_bonus.php', '_self', null,],	*/
	],	
	
	[null, 'E-Wallet', '#', '_self', null,
		[null, 'Transaction History', 'sejarah_transaksi.php', '_self', null,],
		[null, 'Funds Transfer', 'pemindahan.php', '_self', null,],		
		[null, 'Withdrawal (product purchase)', 'pengeluaranproduct.php', '_self', null,],
		[null, 'Withdrawal (to account bank)', 'pengeluaran.php', '_self', null,],		
	],	

	[null, 'Utilities', '#', '_self', null,
		[null, 'Testimonial', 'testimonial.php', '_self', null,],
	],	
	
	[null, 'Log Out', 'logout.php', '_self', null,
	],					
];