
var sectionArray = new Array();


//Other Sections
sectionArray[0] = [

{name:"Disclaimer", id:"disclaimer", link:"others/disclaimer.htm", target:"_self"},
{name:"Sitemap", id:"sitemap", link:"others/sitemap.htm", target:"_self"},
{name:"Contact", id:"contact", link:"others/contact.htm", target:"_self"}

];


//Main Sections
sectionArray[1] = [

{name:"公司资料", id:"about", link:"about/index.htm", target:"_self", leftNavColor:"48A6D9", leftNavColorOver:"00649F", bgcolor:"EAF4FB", bordercolor:"48A6D9", subSection:[
	{name:"厦顺概况", id:"profile", link:"about/index.htm", target:"_self"},
	{name:"主席的话", id:"chairman", link:"about/chairman.htm", target:"_self"},
	{name:"社会企业责任", id:"vision", link:"about/vision.htm", target:"_self"},
	{name:"发展历程碑", id:"milestones", link:"about/milestones.htm", target:"_self"},
	{name:"管理团队", id:"team", link:"about/team.htm", target:"_self"},
	{name:"企业荣誉", id:"awards", link:"about/awards.htm", target:"_self"}
]},

{name:"公司业务", id:"business", link:"business/index.htm", target:"_self", leftNavColor:"76AFB8", leftNavColorOver:"40888E", bgcolor:"E2F0F1", bordercolor:"40888E", subSection:[
	{name:"产品种类及用途", id:"applications", link:"business/index.htm", target:"_self"},
	{name:"生产过程", id:"process", link:"business/process.htm", target:"_self"},
	{name:"生产设备", id:"facilities", link:"business/facilities.htm", target:"_self"},
	{name:"品质检控与环境保护", id:"quality", link:"business/quality.htm", target:"_self"}
]},

{name:"销售及市场推广", id:"sales", link:"sales/index.htm", target:"_self", leftNavColor:"E3BB80", leftNavColorOver:"D9A24F", bgcolor:"FAF2E7", bordercolor:"E7B673", subSection:[
	{name:"国内市场", id:"domestic", link:"sales/index.htm", target:"_self"},
	{name:"海外市场", id:"international", link:"sales/international.htm", target:"_self"},
	{name:"市场推广及顾客服务", id:"marketing", link:"sales/marketing.htm", target:"_self"}
]},

{name:"加入厦顺", id:"join", link:"join/index.htm", target:"_self", leftNavColor:"4F3C57", leftNavColorOver:"00649F", bgcolor:"F0ECF2", bordercolor:"4F3C57"},

{name:"公司消息", id:"news", link:"news/index.htm", target:"_self", leftNavColor:"929CAB", leftNavColorOver:"4A5A73", bgcolor:"E8EBF0", bordercolor:"4A5A73", subSection:[
	{name:"新闻稿", id:"press", link:"news/index.htm", target:"_self"},
	{name:"公司活动", id:"events", link:"news/events.htm", target:"_self"}
]},
{name:"投资者关系", id:"investor", link:"javascript:;", target:"_self", leftNavColor:"ACBFD5", leftNavColorOver:"7594B9", bgcolor:"E9EEF3", bordercolor:"7594B9"}

/*,

{name:"投资者关系", id:"investor", link:"investor/index.htm", target:"_self", leftNavColor:"ACBFD5", leftNavColorOver:"7594B9", bgcolor:"E9EEF3", bordercolor:"7594B9", subSection:[
	{name:"重要资讯", id:"key", link:"investor/index.htm", target:"_self"},
	{name:"公司管治", id:"corporate", link:"investor/corporate.htm", target:"_self"},
	{name:"公告及业绩公布", id:"announcements", link:"investor/announcements.htm", target:"_self"},
	{name:"投资者关系联络资料", id:"contacts", link:"investor/contacts.htm", target:"_self"}
]}*/

];
