 if (GDNetMenuDown.isSupported()) {

        var ms = new GDNetMenuDownSet(GDNetMenuDown.direction.down, 0, 0, GDNetMenuDown.reference.bottomLeft);
	
		
        var menu1 = ms.addMenu(document.getElementById("menu1"));
		
        var menu2 = ms.addMenu(document.getElementById("menu2"));
		
        var menu3 = ms.addMenu(document.getElementById("menu3"));
		
        var menu4 = ms.addMenu(document.getElementById("menu4"));
		
        var menu5 = ms.addMenu(document.getElementById("menu5"));
		
        var menu6 = ms.addMenu(document.getElementById("menu6"));
		
        var menu7 = ms.addMenu(document.getElementById("menu7"));
		
        var menu8 = ms.addMenu(document.getElementById("menu8"));
	

		
        menu1.addItem("- &nbsp;┝动漫卡通", "/html/class/sort103/sort_103_1.html");
		
        menu1.addItem("- &nbsp;┝愤青一族", "/html/class/sort104/sort_104_1.html");
		
        menu1.addItem("- &nbsp;┝体育运动", "/html/class/sort105/sort_105_1.html");
		
        menu1.addItem("- &nbsp;┝搞笑整蛊", "/html/class/sort106/sort_106_1.html");
		
        menu1.addItem("- &nbsp;┝艺术抽象", "/html/class/sort107/sort_107_1.html");
		
        menu1.addItem("- &nbsp;┝浪漫柔情", "/html/class/sort108/sort_108_1.html");
		
        menu1.addItem("- &nbsp;┝经典怀旧", "/html/class/sort109/sort_109_1.html");
		
        menu1.addItem("- &nbsp;┝人物演义", "/html/class/sort110/sort_110_1.html");
		
        menu1.addItem("- &nbsp;┝私密情绪", "/html/class/sort111/sort_111_1.html");
		
        menu1.addItem("- &nbsp;┝成双入对", "/html/class/sort112/sort_112_1.html");
		
        menu1.addItem("- &nbsp;┝闲情逸致", "/html/class/sort113/sort_113_1.html");
		
        menu2.addItem("- &nbsp;┝食神围裙", "/html/class/sort129/sort_129_1.html");
		
        menu3.addItem("- &nbsp;┝帽子戏法", "/html/class/sort127/sort_127_1.html");
		
        menu4.addItem("- &nbsp;┝简约一派", "/html/class/sort114/sort_114_1.html");
		
        menu4.addItem("- &nbsp;┝变色迷踪", "/html/class/sort115/sort_115_1.html");
		
        menu4.addItem("- &nbsp;┝趣味生肖", "/html/class/sort116/sort_116_1.html");
		
        menu4.addItem("- &nbsp;┝甜蜜情侣", "/html/class/sort117/sort_117_1.html");
		
        menu4.addItem("- &nbsp;┝盘中灿", "/html/class/sort130/sort_130_1.html");
		
        menu5.addItem("- &nbsp;┝艺术抱枕", "/html/class/sort133/sort_133_1.html");
		
        menu6.addItem("- &nbsp;┝咖啡猫", "/html/class/sort118/sort_118_1.html");
		
        menu6.addItem("- &nbsp;┝蜡笔小新", "/html/class/sort119/sort_119_1.html");
		
        menu6.addItem("- &nbsp;┝麦兜", "/html/class/sort120/sort_120_1.html");
		
        menu6.addItem("- &nbsp;┝火影忍者", "/html/class/sort121/sort_121_1.html");
		
        menu6.addItem("- &nbsp;┝皮卡秋", "/html/class/sort122/sort_122_1.html");
		
        menu6.addItem("- &nbsp;┝史努比", "/html/class/sort123/sort_123_1.html");
		
        menu6.addItem("- &nbsp;┝流氓兔", "/html/class/sort124/sort_124_1.html");
		
        menu6.addItem("- &nbsp;┝hello kitty", "/html/class/sort125/sort_125_1.html");
		
        menu6.addItem("- &nbsp;┝威尼熊", "/html/class/sort126/sort_126_1.html");
		
        menu7.addItem("- &nbsp;┝个性烟盒", "/html/class/sort128/sort_128_1.html");
		
        menu8.addItem("- &nbsp;┝服务说明", "/html/class/sort131/sort_131_1.html");
		
        menu8.addItem("- &nbsp;┝原料产品", "/html/class/sort132/sort_132_1.html");
	

        GDNetMenuDown.renderAll();
    }

