I have discovered that chrome has taken notice and my WM4 menu/submenu does now work on my website: http://www.tysaustralia.com

You will have to make a change in the "mynavnewindex.js" file to make the submenus line up with the main menu item, as follows:


from this,

startSubmenu("mynavnew_b4","mynavnew_menu",98);
submenuItem("Sunshine Coast","javascript:;","","mynavnew_plain");
submenuItem("Gold Coast","javascript:;","","mynavnew_plain");
endSubmenu("mynavnew_b4");

loc="";

to this,

startSubmenu("mynavnew_b4","mynavnew_menu",1);
submenuItem("Sunshine Coast","javascript:;","","mynavnew_plain");
submenuItem("Gold Coast","javascript:;","","mynavnew_plain");
endSubmenu("mynavnew_b4");

loc="";

Note the change from "98" to "1".

Good luck with your webmastering.