function ShowDiagram() { childWindow = window.open("/Diagram.aspx", "Diagram", 'width=470,height=640,left=' + (screen.width-265)/2 + ',top=' + (screen.height-285)/2 + ',toolbars=no,scrollbars=no,status=no,resizable=no'); }