I hope one of you JS brainiacs can help me. I have an example of the script I am working with, and I am curious to see if you know how to make it open in a secondary window?
Code:
window.mm_menu_1107081355_0 = new Menu("root",90,17,"Tahoma",11,"#FFFFFF","#FFFFFF","#3399CC","#003366","center","middle",3,0,300,-140,7,true,false,true,0,true,true);
mm_menu_1107081355_0.addMenuItem("Link One","location='[url goes here]'");
mm_menu_1107081355_0.addMenuItem("Link Two","location='[another URL goes here]'");
And is there a way to include an img with the description?