//2级栏目 var root = new Array(); var r = -1; var openTitle="展开栏目"; //张开栏目提示 var closeTitle="收缩栏目"; //收缩栏目提示 var goTitle ="进入栏目"; //进入栏目提示 var target=""; //打开方式 var root_url="http://www.pclady.com.cn/dress/"; //根目录路径 var start_index = r+1; root[++r]= new add_channel('服饰首页',root_url); root[++r]= new add_channel('时尚先锋',root_url+'fashion/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('流行趋势',root[r].url+'trend'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('热点资讯',root_url+'sidebar/hot/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('明星示范',root[r].url+'stars'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('名人谈话',root[r].url+'interview'); root[++r]= new add_channel('新品速递',root_url+'fashion/new/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('时装新品',root[r].url+'dress/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('配饰新品',root[r].url+'accessories/'); root[++r]= new add_channel('搭配手册',root_url+'style/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('白领正装',root[r].url+'office'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('Party礼服',root[r].url+'party'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('可爱淑女',root[r].url+'ladies'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('流行街头',root[r].url+'sports'); root[++r]= new add_channel('饰品风尚',root_url+'accessories/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('鞋子',root[r].url+'shoes'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('包包',root[r].url+'bags'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('首饰',root[r].url+'jewelry'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('头饰',root[r].url+'headgear'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('眼镜',root[r].url+'glasses'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('腕表',root[r].url+'watches'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('其它',root[r].url+'others'); root[++r]= new add_channel('国际秀场',root_url+'catwalk/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('纽约时装周',root[r].url+'NewYork'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('伦敦时装周',root[r].url+'London'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('巴黎时装周',root[r].url+'Paris'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('米兰时装周',root[r].url+'Milan'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('男装秀场',root[r].url+'manswear'); root[++r]= new add_channel('服饰专题',root_url+'themes/'); root[++r]= new add_channel('奢华专区',root_url+'brands/'); root[++r]= new add_channel('《美色》',root_url+'sidebar/beauty/'); root[++r]= new add_channel('《S-Magazine》',root_url+'style/s_magazine/'); root[++r]= new add_channel('换装游戏',root_url+'sidebar/games/'); root[++r]= new add_channel('服饰BBS','http://bbs.pclady.com.cn/forum.jsp?fid=1025'); var root_length = root.length; show_menu(start_index,root_length);