// JavaScript Document 
function getChildMenu(id) 
{ 
	switch(id) 
	{ 
		case 3:			 
			$('#childmenu').html('<a href="http://www.ecyake.com/about/aboutus/201023/42.html">公司介绍</a> <a href="http://www.ecyake.com/about/history/201023/45.html">发展历程</a> <a href="http://www.ecyake.com/about/qualification/201023/46.html">资质认证</a> <a href="http://www.ecyake.com/about/honor/201023/48.html">企业荣誉</a> <a href="http://www.ecyake.com/about/network/201023/43.html">销售网络</a> <a href="http://www.ecyake.com/about/culture/201023/47.html">企业文化</a> <a href="http://www.ecyake.com/about/chairman/201023/44.html">董事长致词</a>'); 
			break; 
		case 4:			 
			$('#childmenu').html('<a href="http://www.ecyake.com/news/info">公司资讯</a> <a href="http://www.ecyake.com/news/industrynews">行业资讯</a> <a href="http://www.ecyake.com/news/notice">公告公示</a>'); 
			break; 
		case 6: 
			$('#childmenu').html('<a href="http://www.ecyake.com/knowledge/cancer">肿瘤资讯</a> <a href="http://www.ecyake.com/knowledge/health">健康常识</a>'); 
			break; 
		default: 
			$('#childmenu').html('<a href="http://www.ecyake.com/about/aboutus/201023/42.html">公司介绍</a> <a href="http://www.ecyake.com/about/history/201023/45.html">发展历程</a> <a href="http://www.ecyake.com/about/qualification/201023/46.html">资质认证</a> <a href="http://www.ecyake.com/about/honor/201023/48.html">企业荣誉</a> <a href="http://www.ecyake.com/about/network/201023/43.html">销售网络</a> <a href="http://www.ecyake.com/about/culture/201023/47.html">企业文化</a> <a href="http://www.ecyake.com/about/chairman/201023/44.html">董事长致词</a>'); 
			break; 
	}
}