// JavaScript Document
// Javascript file for horizontal menu

var myMenu =
[
	 ['<img src="images/darrow.png" border=0 width=5>', '首页', '/homecn.php', '_self', 'Home'],
	 ['<img src="images/darrow.png" border=0 width=5>', '康茂胜简介', '/group/goup.php', '_self', 'Camozzi JianJie',
		 ['<img src="images/sections.png">', '上海康茂胜', '/group/goup.php', '_self', 'ShangHai Camozzi'],
		 ['<img src="images/sections.png">', '康茂胜集团', '/group/group_1.php', '_self', 'Camozzi Group'],
		 ['<img src="images/sections.png">', '康茂胜在世界', '/group/inworld.php', '_self', 'Camozzi in the World'],],
	 ['<img src="images/darrow.png" border=0 width=5>', '新闻', '/news/news.php', '_self', 'News and Events'],
	 ['<img src="images/darrow.png" border=0 width=5>', '销售网络', '/inchina/inchina.php', '_self', 'About Us'],
	 ['<img src="images/darrow.png" border=0 width=5>', '新产品动态', '/newproduct/newproduct.php', '_self', 'Camozzi Products'],
         ['<img src="images/darrow.png" border=0 width=5>', '产品', '/product/product.php', '_self', 'Products',
		['<img src="images/sections.png">', '产品大全', '/product/product_type.php', '_self', 'Product DaQuan',
			['<img src="images/indent1.png">', '气动执行元件', '/product/product_list.php?type=1气缸', '_self', 'QIGang'],
			['<img src="images/indent1.png">', '气动控制元件', '/product/product_list.php?type=2电磁阀和气控阀', '_self', 'DianCiFa'],
			['<img src="images/indent1.png">', '气源处理装置', '/product/product_list.php?type=6过滤器、减压器和油雾器', '_self', 'GuoLueQi'],
			['<img src="images/indent1.png">', '气动辅助元件', '/product/product_list.php?type=7管接头', '_self', 'GuanJieTou'],
			['<img src="images/indent1.png">', '真空元件', '/product/product_list.php?type=8真空元件', '_self', 'ZhenKongYuanJian'],],
		['<img src="images/sections.png">', '智能选型', '/product/soft.php', '_self', 'Actuators'],
		['<img src="images/darrow.png" border=0 width=5>', '应用案例', '/applications/applications.php', '_self', 'YingYongAnLi'],],
	['<img src="images/darrow.png" border=0 width=5>', '客户服务', '/service/service_main.php', '_self', 'KeFu'],
	['<img src="images/darrow.png" border=0 width=5>', '联接总公司', 'http://www.camozzi.com', '_self', 'Goto Comazzi'],
	['<img src="images/darrow.png" border=0 width=5>', '工作机会', '/job/job.php', '_self', 'Work'],
	['<img src="images/darrow.png" border=0 width=5>', '联系我们', '/contact/contact.php', '_self', 'Contact'],
];
