\n'); } function popupShow() { var windowProperties="toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,alwaysRaised,dependent,titlebar=no"; var width = 750; var height = 360; var x = (screen.width) ? (screen.width-width)/2 : 0; var y = (screen.height) ? (screen.height-height)/2 : 0; window.open("test.htm","popup",this.windowProperties+",width="+width+",height="+height+",screenX="+x+",left="+x+",screenY="+y+",top="+y+""); } //-->