function openWindow(theURL,winName,w,h,settings){ options = 'height='+h+',width='+w+','+settings myWin = window.open(theURL,winName,options); myWin.focus(); }