//2级栏目 var root = new Array(); var r = -1; var openTitle="展开栏目"; //张开栏目提示 var closeTitle="收缩栏目"; //收缩栏目提示 var goTitle ="进入栏目"; //进入栏目提示 var target=""; //打开方式 var root_url="http://www.pclady.com.cn/mybaby/"; //根目录路径 var start_index = r+1; root[++r]= new add_channel('亲子乐首页',root_url); root[++r]= new add_channel('时尚妈咪',root_url+'ssmm/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('亲子乐趣',root[r].url+'qzlq'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('漂亮妈咪',root[r].url+'plmm'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('健康妈咪',root[r].url+'jkmm'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('明星妈咪',root[r].url+'mxmm'); root[++r]= new add_channel('快乐宝宝',root_url+'klbb/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('健康宝宝',root[r].url+'jkbb'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('亲子教育',root[r].url+'qzjy'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('宝宝装备',root[r].url+'bbzb'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('成长脚印',root[r].url+'czjy'); root[++r]= new add_channel('怀孕手册',root_url+'hysc/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('准备怀孕',root[r].url+'zbhy'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('十月怀胎',root[r].url+'syht'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('产前产后',root[r].url+'cqch'); root[++r]= new add_channel('育儿手册',root_url+'yesc/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('生长发育',root[r].url+'szfy'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('保健护理',root[r].url+'bjhl'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('宝宝饮食',root[r].url+'bbys'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('宝宝教育',root[r].url+'bbjy'); root[++r]= new add_channel('母子之家',root_url+'mzzj/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('宝宝秀场',root[r].url+'bbxc'); root[++r]= new add_channel('购物推荐',root_url+'gwtj/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('热门精品点评',root[r].url+'rmjpdp'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('妈咪用品',root[r].url+'mmyp'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('宝宝用品',root[r].url+'bbyp'); root[++r]= new add_channel('亲子专题',root_url+'qzzt/'); root[++r]= new add_channel('亲子论坛','http://bbs.pckids.com.cn/'); var root_length = root.length; show_menu(start_index,root_length);