// JavaScript Document

function popup() { 
    window.open("popup.html","PopupWindow","menubar=0,resizable=1,width=700,height=280");  
} 