I ran this by Andy, and he said this would work, however I can't seem to make it work.
To test this out, I took then entire menu_array.js file and loaded it into menu.htm between script tags like this ( see below - abbreviated) I didn't modify the file at all, just copied and pasted between the script tags.. And ... No Menu.
I then deleted the stuff in between the script tags, and re-inserted the reference to menu_array.js and everything worked fine. Tried this on both IE 6, and Mozilla 1.0 both have the same behavior.
Code: Select all
<script language=javascript>
// Example of how I loaded the data between the script tags
menunum=0;menus=new Array();
timegap=500 // The time delay for menus to remain visible
style1=[ // style1 is an array of properties. You
addmenu(menu=[
</script>
Bill