/*
  --- 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 = [
	['公司簡介', '../history.asp', null,
	],
	['新聞訊息','../news.asp', null,
	],
	['產品總覽','default.asp', null,
		['新書預告', 'newbook.asp'],
	],
	['石頭商場', '../mall/default.asp', null,
		['購物車', '../mall/carlist.asp'],
		['出版品', '../mall/pub.asp'],
//	['購物須知', '../mall/requireknow.asp'],
	],
	['留言討論', 'default.asp', null,
	],
	['讀者/會員服務','../service/default.asp', null,
		['加入會員', '../ervice/member.asp'],
		['密碼查訊', '../service/inquire.asp'],
		['會員權益', '../service/rights.asp'],
		['聯絡我們', 'mailto:rockintl21@seed.net.tw'],
	],
];

