I tried adding another menu like this (in the init function)
Code:
//lower menu
menus[3] = new menu(150, "vertical", 146, 400, -2, -2, "#003366", "#ACB2D5", "Arial,Helvetica", 8,
"bold", "bold", "white", "black", 1, "#ACB2D5", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, true, false, 12, false, 4, 4, "");
menus[3].addItem("test.asp", "", 25, "left", "testd", 0);
menus[3].addItem("test2.asp", "", 25, "left", "testf", 0);
menus[3].floatMenu(1024, 768, 100, 5);
that is of course along with the code originally in the config.js file
Bookmarks