﻿/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['開設戶口', null, null,
		['證券/期貨', 'csopenac.php', null
		]
	],
	['服務/收費', null, null,
		['證券買賣','cssecfee.php',null],
		['期貨/期權買賣','csfuturefee.php',null],
		['報價服務','csquoteservice.php',null]
	],
	['賬戶提存','cscashinout.php', null
	],
	['新股認購', 'csipo.php', null
	],
	['下載區', 'csdl.php', null
	],
	['聯絡我們', 'cscontactus.php', null
	],
];


