In the script itself, there is the array that defines what shows up in each menu. In that, place the following:
Code:
menu1[0]='<a onclick="window.open(this.href, \'newwin\', \'height=220,width=400\'); return false" href="http://www.javascriptkit.com">JavaScript Kit</a>'
(Please note: only change the above items marked in red.)
The above code will open the link (javascriptkit.com) in a new window with the height of 220 px and the width of 400 px. Change these values to your liking.
Hope this helps.
Bookmarks