
    if (GDNetMenuDown.isSupported()) {


        var ms = new GDNetMenuDownSet(GDNetMenuDown.direction.down, 0, 0, GDNetMenuDown.reference.bottomLeft);

        var menu1 = ms.addMenu(document.getElementById("menu1"));
        menu1.addItem("<font color=#000000>- Company Profile</font>", "about.asp");
        menu1.addItem("<font color=#000000>- Certificate</font>", "Certificate.asp");
        menu1.addItem("<font color=#000000>- Market Network</font>", "market.asp");
		

        var menu2 = ms.addMenu(document.getElementById("menu2"));
        menu2.addItem("<font color=#000000>- Product Center</font>", "products.asp");
        menu2.addItem("<font color=#000000>- What's Recommended?</font>", "recommended.asp");
        menu2.addItem("<font color=#000000>- Video Demo</font>", "video.asp");


        var menu3 = ms.addMenu(document.getElementById("menu3"));
        menu3.addItem("<font color=#000000>- Fair And Booth</font>", "FairAndBooth.asp");
        menu3.addItem("<font color=#000000>- Related News</font>", "News.asp");

        

        var menu4 = ms.addMenu(document.getElementById("menu4"));
        menu4.addItem("<font color=#000000>- Hands Wanted</font>", "Careeres.asp");
	menu4.addItem("<font color=#000000>- Applied Online</font>", "Accept.asp");

        GDNetMenuDown.renderAll();
    }
