//2级栏目 var root = new Array(); var r = -1; var openTitle="展开栏目"; //张开栏目提示 var closeTitle="收缩栏目"; //收缩栏目提示 var goTitle ="进入栏目"; //进入栏目提示 var target=""; //打开方式 var root_url="http://www.pclady.com.cn/home/"; //根目录路径 var start_index = r+1; root[++r]= new add_channel('居家首页',root_url); root[++r]= new add_channel('家居资讯',root_url+'jjzx/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('品牌资讯',root[r].url+'ppzx'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('家装行业',root[r].url+'jzhy'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('卖场情报',root[r].url+'mcqb'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('设计沙龙',root[r].url+'sjsl'); root[++r]= new add_channel('装饰搭配',root_url+'zsdp/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('装饰趋势',root[r].url+'zscs'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('色彩运用',root[r].url+'scyy'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('卧室',root[r].url+'ws'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('客厅',root[r].url+'kt'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('浴室',root[r].url+'ys'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('餐厅厨房',root[r].url+'ctcf'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('儿童房',root[r].url+'etf'); root[++r]= new add_channel('美丽样板',root_url+'mlyb/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('新房样板间',root[r].url+'xfybj'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('我家',root[r].url+'wj'); root[++r]= new add_channel('风尚家品',root_url+'fsjp/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('品牌资讯',root[r].url+'ppzx'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('新品上线',root[r].url+'xpsx'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('用品搜店',root[r].url+'ypsd'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('家具',root[r].url+'jj'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('卫浴',root[r].url+'wy'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('橱柜',root[r].url+'cg'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('灯饰',root[r].url+'ds'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('布艺',root[r].url+'by'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('数码家电',root[r].url+'dq'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('居家精品',root[r].url+'jjjp'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('厨房用品',root[r].url+'kitchen'); root[++r]= new add_channel('虚拟家居',root_url+'xnjj'); root[++r]= new add_channel('温情煮意',root_url+'wqzy/'); root[++r]= new add_channel('生活锦囊',root_url+'shjl/'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('生活理财',root_url+'shlc'); root[r].sub_channel[root[r].sub_channel.length] = new add_channel('巧管家',root[r].url+'qgj'); root[++r]= new add_channel('居家图库',root_url+'jjtk'); root[++r]= new add_channel('居家专题',root_url+'jjzt'); root[++r]= new add_channel('快乐家居论坛','http://bbs.pclady.com.cn/forum.jsp?fid=1033'); var root_length = root.length; show_menu(start_index,root_length);