You don't mean here do you?
Code:
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["DYWSC.COM"], //create header
["DYWSC Home", "http://www.dywsc.com/home.htm", "_new"],
["Events", "http://www.dywsc.com/events.htm", "_new"],
["Permits", "http://www.dywsc.com/permits.htm", "_new"],
["Photos", "http://www.dywsc.com/photos", "_new"],
["Links", "http://www.dywsc.com/links.htm", "_new"],
["Contact Us", "http://www.dywsc.com/links.htm", "_new"]
]}; // REQUIRED!! do not edit or remove
If you just leave the target field empty, it will open in the same frame/window for most pages. Frames are the same as windows for linking purposes. Or you could use _self in place of _new. That would even override a base target for the page, if you have one.
However, if you change the code in the script file, you may need to clear your browser's cache after leaving the page before its effects will be seen.
One thing you cannot do though is open a page in a frame if that page 'breaks out of frames'. But in a case like that, it would still open in the same window.
Bookmarks