// JavaScript Document
function myPopup2(LINK) { window.open( LINK, "myWindow", "status = 1, height = 320, width = 480, resizable = 0" ) }