var root = new Array(); var r = -1; var openTitle="展开栏目"; var closeTitle="收缩栏目"; var goTitle ="进入栏目"; var target=""; var root_url="http://www.pclady.com.cn/health/"; var start_index = r+1; root[++r]= new add_channel('健康首页',root_url); root[++r]= new add_channel('美体塑形','http://www.pclady.com.cn/fitness/'); root[++r]= new add_channel('运动健身','http://www.pclady.com.cn/health/exercise/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('健身热潮','http://www.pclady.com.cn/health/exercise/pop/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('运动装备','http://www.pclady.com.cn/health/exercise/ydzb/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('健身场所','http://www.pclady.com.cn/beauty/trends/beautyMap/jsjg/'); root[++r]= new add_channel('女性保健','http://www.pclady.com.cn/health/bj/'); root[++r]= new add_channel('营养饮食','http://www.pclady.com.cn/health/ysjk/'); root[++r]= new add_channel('心理健康','http://www.pclady.com.cn/health/ams/'); root[++r]= new add_channel('避孕专区','http://www.pclady.com.cn/health/byzq/'); root[++r]= new add_channel('健康专题',root_url+'health_zt'); root[++r]= new add_channel('健康论坛','http://bbs.pclady.com.cn/forum.jsp?fid=1029'); var root_length = root.length; show_menu(start_index,root_length);