/************************************************************
 *   maxcombo/4d/js/menu_items_magnum_4d.js
 *   Date Created: 22 August 2006
 *   Date Modified: 18 May 2008
 *
 *   Copyright (c) 2005 Maxcombo
************************************************************/
/*    ['View Picks', '../toto/playerpicks.php'],
      ['TAC and Rules', "javascript:popupWindow2('../toto/aboutus.php#rules', '500', '250')"]
    ['Hall Of Fame', '../toto/playerranking.php']
*/
/* --- menu items --- */
var MENU_ITEMS = [
	['Home', 'index.php', null],
	['Analyse', null, null,
		['Number Search', 'search.php?type=magnum_4d'],
		['Distribution Pattern', 'pattern.php?type=magnum_4d'],
		['System Pattern', 'pattern_system.php?type=magnum_4d'],
	  ['5D Wheel', 'wheel_4d_5.php?type=magnum_4d'],
	  ['6D Wheel', 'wheel_4d_6.php?type=magnum_4d'],
    ['7D Wheel', 'wheel_4d_7.php?type=magnum_4d']	
	],
	['Information', null, null,
    ['4D Picks History','potm_4d.php'],
    ['Member Strikes History', 'strikeshistory.php'],
    ['Member List','memberlist.php'],
    ['Membership','membership.php'],
    ['Prediction Game Rules', '../toto/game_rules.php#pgr'],
    ['Redemption Program', '../toto/game_rules.php#rp'],
	  ['Up-to-date News', "javascript:popupWindow2('news.php','500','250')"],
    ['Privacy Policy', "javascript:popupWindow2('aboutus.php#privacy','500','250')"],
    ['Terms of Use', "javascript:popupWindow2('aboutus.php#terms','500','250')"],
    ['Contact Us', "mailto:maxcombo65@yahoo.com.sg"],
    ['About Us', "javascript:popupWindow2('aboutus.php','500','250')"]
	],
	['Games', null, null,
    ['Nineball', "javascript:popupWindow('../games/nineball/index.php','450','380')"],
    ['Peggy', "javascript:popupWindow2('../games/peggy/index.php','400','360')"],
    ['Radial Pong', "javascript:popupWindow('../games/radialpong/index.php','400','380')"],
    ['Word Search', "javascript:popupWindow2('../games/wordsearch/index.php','450','390')"]
	],
	['Tell A Friend', "javascript:popupWindow('tellafriend.php', '400', '253')", null],
];


