//2级栏目 var root = new Array(); var r = -1; var openTitle="展开栏目"; //张开栏目提示 var closeTitle="收缩栏目"; //收缩栏目提示 var goTitle ="进入栏目"; //进入栏目提示 var target=""; //打开方式 var root_url="http://www.pclady.com.cn/brand/"; //根目录路径 var start_index = r+1; root[++r]= new add_channel('品牌库首页',root_url); root[++r]= new add_channel('品牌资讯','http://brand.pclady.com.cn/brand/brandInfo.jsp'); root[r].sub_channel[root[r].sub_channel.length]=new add_channel('化妆品品牌资讯','http://www.pclady.com.cn/beauty/trends/brand'); root[r].sub_channel[root[r].sub_channel.length]=new add_channel('家居品牌资讯','http://www.pclady.com.cn/home/fsjp/ppzx'); root[++r]= new add_channel('品牌展示','http://brand.pclady.com.cn/brand/brandShow.jsp'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('化妆品品牌','http://brand.pclady.com.cn/brand/brandShowDetail.jsp?bid=1'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('居家品牌','http://brand.pclady.com.cn/brand/brandShowDetail.jsp?bid=3'); root[++r]= new add_channel('产品搜索','http://brand.pclady.com.cn/brand/productSearch.jsp'); root[++r]= new add_channel('折扣优惠','http://www.pclady.com.cn/brand/agio/'); root[r].sub_channel[root[r].sub_channel.length]=new add_channel('折扣信息','http://www.pclady.com.cn/brand/agio/sale/'); root[r].sub_channel[root[r].sub_channel.length]=new add_channel('热门商场','http://www.pclady.com.cn/brand/agio/shop/'); root[r].sub_channel[root[r].sub_channel.length]=new add_channel('优惠券下载','http://www.pclady.com.cn/brand/agio/download/'); root[++r]= new add_channel('品牌图库','http://www.pclady.com.cn/brand/brand/'); root[++r]= new add_channel('新品上线','http://www.pclady.com.cn/brand/NewArrival/'); root[r].sub_channel[root[r].sub_channel.length]=new add_channel('容颜新品','http://www.pclady.com.cn/beauty/cosmetic&shopping/new-products/'); root[r].sub_channel[root[r].sub_channel.length]=new add_channel('服饰新品','http://www.pclady.com.cn/dress/fashion/new/'); root[r].sub_channel[root[r].sub_channel.length]=new add_channel('塑身新品','http://www.pclady.com.cn/body/exercise/equipment/'); root[r].sub_channel[root[r].sub_channel.length]=new add_channel('居家新品','http://www.pclady.com.cn/home/fsjp/xpsx/'); root[++r]= new add_channel('品牌论坛','http://bbs.pclady.com.cn/forum.jsp?fid=2'); var root_length = root.length; show_menu(start_index,root_length);