function popup()
{        
        F1 = window.open("popup.html", "", "width=900,height=700,left=0,top=0");
}

