//2级栏目 var root = new Array(); var r = -1; var openTitle="展开栏目"; //张开栏目提示 var closeTitle="收缩栏目"; //收缩栏目提示 var goTitle =""; //进入栏目提示 var target=""; //打开方式 var root_url="http://www.pclady.com.cn/beauty/"; //根目录路径 var start_index = r+1; root[++r]= new add_channel('美容首页',root_url); root[++r]= new add_channel('资讯',root_url+'trends/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('彩妆趋势',root_url+'makeup/trends/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('发型趋势',root_url+'hair/trends/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('品牌资讯',root[r].url+'brand'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('新品上线',root_url+'cosmetic&shopping/new-products/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('明星秘诀',root[r].url+'star/'); root[++r]= new add_channel('护肤',root_url+'skin/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('肤质选择',root[r].url+'skin-nature'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('护肤DIY',root[r].url+'diy-lessons'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('分类护理',root[r].url+'nurses'); root[++r]= new add_channel('彩妆',root_url+'makeup/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('彩妆趋势',root[r].url+'trends'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('部位技巧',root[r].url+'lessons'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('典范妆容',root[r].url+'examples'); root[++r]= new add_channel('美发',root_url+'hair/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('美发趋势',root[r].url+'trends'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('基础护发',root[r].url+'nurses'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('时尚发型',root[r].url+'hairstyle'); root[++r]= new add_channel('香氛',root_url+'perfume/'); root[++r]= new add_channel('产品',root_url+'cosmetic&shopping/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('新品上线',root[r].url+'new-products'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('编辑推荐',root[r].url+'recommendation'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('产品导购',root[r].url+'purchase'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('产品评测',root[r].url+'evaluation'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('产品搜索','http://brand.pclady.com.cn/brand/productSearch.jsp'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('折扣信息',root[r].url+'discount'); root[++r]= new add_channel('美色',root_url+'beautiful/'); root[++r]= new add_channel('专题',root_url+'theme/'); root[++r]= new add_channel('游戏',root_url+'games/'); root[++r]= new add_channel('美容图库',root_url+'photo/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('彩妆图库',root[r].url+'makeup'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('发型图库',root[r].url+'hairstyle'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('香水海报',root[r].url+'perfume'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('正点女人',root[r].url+'attractive'); root[++r]= new add_channel('美丽地图',root_url+'trends/beautyMap/'); root[++r]= new add_channel('美容论坛','http://bbs.pclady.com.cn/forum.jsp?fid=2'); root[++r]= new add_channel('私人顾问','http://bbs.pclady.com.cn/topic.jsp?tid=51060&topicPage=1'); var root_length = root.length; show_menu(start_index,root_length);