﻿/*
  --- 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.
		['空间魔法师-专业版4.0', 'ch_r-c-4.0.asp'],
		['空间魔法师-豪华版4.0', 'ch_haohua.asp'],
		['空间魔法师-家装大师4.0', 'ch_populara.asp'],
*/
var MENU_ITEMS = [

	['　　本站首页', 'default.asp', null,null
	],
	['　　产品介绍', null, null,
		['空间魔法师-专业版5.5', 'product.asp'],
		['空间魔法师-精装版V4.0', 'ch_dx40.asp'],
		['设计我的家', 'ch_popular.asp'],
		['设计我的办公室', 'ch_popular.asp'],
		['室内设计精选辑', 'ch_tw-de.asp'],
		['小小魔法师', 'ch_xiao-10.asp'],
	],
	['　　常见问题', 'faq_01.asp', null,null
	],
	['　　关於我们', null, null,
		['历年大事', 'company_event.asp'],		
		['服务信箱与电话', 'company_info.asp'],
	],	
];