Source for menu2.js
var newDefs = new Object;
newDefs.overimg = "redarrow.gif";
newDefs.background = "#cccccc";
newDefs.border = "#ff0000";
newDefs.useclass = "menu2text";
newDefs.timeout = 3000;
newDefs.pause = 100;
flyDefs (newDefs);
makeLayer ("menu2", "",
"Menu Script=#custom-procs",
"Style Definition=#custom-style",
"Menu Creation=#custom-creat",
"Link Definition=#custom-link",
"",
"Customization=#custom-cust",
" Image Definition=#custom-cust-img",
" Background and Border=#custom-cust-color",
" Text Class=#custom-cust-class",
" Timeout=#custom-cust-timeout"
);