function diplom(up){ var winpops=window.open(up,"","width=440px,height=600px,status=1,resizable=1") } function newWindow(name, x, y) { window.open("" + name + "", 'imageWindow', 'status=0, toolbar=0, width=' + x + ', height=' + y + ', menubar=0, resizable=1, location=0, left=200, top=100'); }