function popup(url) { var newwin = window.open( url, "myWindow", "status = 1, height = 750, width = 900"); }