I'm a graphic designer with very little HTML knowledge who has inherited the maintenance of non-profit agency's website. They have javascript drop-down menus as the part of their main navigation. Up until now, I've only had to change the text or change the size of the menus. But now, they've asked me to add a new menu to one of the buttons. I was hoping it would be simple "copy & paste" of the following code to create a new menu but I've tried it and it is isn't working. My guess is that it has something to do with the 'mm_menu_0623105927_3' but I really have no idea. Can someone shed some light?
window.mm_menu_0623105927_3 = new Menu("root",140,24,"Arial, Helvetica, sans-serif",10,"#ffffff","#ffffff","#ff9900","#ffc700","left","middle",5,0,1000,1,-1,true,false,true,0,false,true);
mm_menu_0623105927_3.addMenuItem("FORMS & APPLICATIONS","window.open('downloads/forms.htm', '_self');");
mm_menu_0623105927_3.addMenuItem("MEDIA","window.open('downloads/media.htm', '_self');");
mm_menu_0623105927_3.hideOnMouseOut=true;
mm_menu_0623105927_3.menuBorder=0;
mm_menu_0623105927_3.menuLiteBgColor='#ffffff';
mm_menu_0623105927_3.menuBorderBgColor='#ffffff';
mm_menu_0623105927_3.bgColor='#ffffff';
The live site is at http://www.jcyc.org.
(They want me to add a menu to the 'Contact Us' button)
Thank you in advance.