
// ******************** Edit by aska...**************************

//定义数据源。。
// 一层结构 : id, style, overImgPath, outImgPath, imgId, sonDivId, url, sonArray
// 二层结构 : id, style, overColor, outColor, url, name
/*
* donot change this array name. it's important...
*/
var dataArray = 
[
    ['home', 'divover3', '../../images/zh_CN/menu/home1.jpg', '../../images/zh_CN/menu/home2.jpg', 'homeImg', null, '../../index.jsp', null],
	['product', 'divover3', '../../images/zh_CN/menu/product1.jpg', '../../images/zh_CN/menu/product2.jpg', 'productImg', 'productDiv', '../../zh_CN/product/index.html',
	    [
		 ['productRmis', 'divover', '../../zh_CN/product/rmis_overview.html', 'NET-RMIS零售管理信息系统'
		  ],
		['productWfMis', 'divover', '../../zh_CN/product/net-wfmis.html', 'NET-WFMIS批发加盟管理系统'
		 ],
		['productCount', 'divover', '../../zh_CN/product/totalcount.html', 'TotalCount客流量分析系统' 
		 ],
		['productWatch', 'divover', '../../zh_CN/product/totalwatch.html', 'TotalWatch视频监视记录系统'
		 ],
		['productVINIX', 'divover', '../../zh_CN/product/vinix.html', 'VINIX多媒体播放系统'
		 ],
		['productRaise', 'divover', '../../zh_CN/product/raise.html', 'RAISE商业智能系统引擎'
		 ],
		['productPda', 'divover', '../../zh_CN/product/pda-palm.html', 'PDA/PALM移动POS'
		 ],
		['productSuipos', 'divover', '../../zh_CN/product/suitpos.html', 'SuitPOS易得超值零售管理系统'
		 ],
		['productCrm', 'divover', '../../zh_CN/product/net-crm.html', 'NET-CRM客户关系管理系统'
		 ],
		['productShop', 'divover2', '../../zh_CN/product/shopplus.html', 'ShopPlus高速信用卡交易处理系统'
		 ]
		]
	],
	['solution', 'divover3', '../../images/zh_CN/menu/solution1.jpg', '../../images/zh_CN/menu/solution2.jpg', 'solutionImg', 'solutionDiv', '../../zh_CN/solutions/index.html', 
	   [
		['solutionCenter', 'divover', '../../zh_CN/solutions/shopping_mall.html', '购物中心'     
		],
		['solutionClothing', 'divover', '../../zh_CN/solutions/garment.html', '服装等专卖连锁'     
		],
		['solutionJoin', 'divover', '../../zh_CN/solutions/chain.html', '连锁加盟'     
		],
		['solutionMarket', 'divover', '../../zh_CN/solutions/supermarket.html', '百货超市'     
		],
		['solutionJewel', 'divover', '../../zh_CN/solutions/jewelry.html', '珠宝首饰'     
		],
		['solutionDrugs', 'divover', '../../zh_CN/solutions/drugs.html', '药业化妆品连锁'     
		],
		['solutionBuilding', 'divover', '../../zh_CN/solutions/building.html', '家装建材超市'     
		]
	   ]
	],
	['service', 'divover3', '../../images/zh_CN/menu/service1.jpg', '../../images/zh_CN/menu/service2.jpg', 'serviceImg', 'serviceDiv', '../../zh_CN/services/index.html', 
	   [
		['serviceNetwork', 'divover', '../../zh_CN/services/service-network.html', '服务网络'     
		],
		['serviceTech', 'divover', '../../zh_CN/services/technical.html', '技术支持'     
		],
		['serviceDownload', 'divover', '../../zh_CN/services/download.jsp', '下载中心'     
		],
		['servicePartner', 'divover', '../../zh_CN/services/partners.html', '合作伙伴'     
		],
		['serviceIndustry', 'divover', '../../zh_CN/services/industry.html', '行业管理咨询'     
		],
		['serviceFeedBack', 'divover', '../../common/feedback.jsp', '需求反馈、建议留言'     
		]	
	   ]
	],
	['about', 'divover3', '../../images/zh_CN/menu/about1.jpg', '../../images/zh_CN/menu/about2.jpg', 'aboutImg', 'aboutDiv', '../../zh_CN/about/company.html',
	    [
		  ['aboutCompany', 'divover', '../../zh_CN/about/company.html', '公司介绍'     
		  ],
		  ['aboutNews', 'divover', '../../common/news/news.jsp', '新闻中心'     
		  ],
		  ['aboutJob', 'divover', '../../zh_CN/about/job.html', '招贤纳士'     
		  ],
		  ['aboutContact', 'divover', '../../zh_CN/about/contact.html', '联系我们'     
		  ]
		]
	]
];