The window.open() method that we just used is also the one that is used for that. You just need to add some specifications. There are so many available that if you want to fine tune it, you should Google the javascript window.open method. However, a basic pop up just needs width and height specifications. I'll throw in top and left just for good measure (starting from what we already had, additions red):
Code:
Menu2_1_1=new Array("CNN","javascript:window.open('http://www.cnn.com','_blank','width=450,height=400,top=100,left=150')","",0,20,150);
Bookmarks