WebForm11.aspx:
<script language="javascript">
<!--
function OpenWin(url,width,height)
{
document.getElementById("flag").value="";
var left=(screen.width-width)/2;
var top=(screen.height-height)/2;
window.open(url,"open","height="+height+",width="+width+",left="+left+",top="+top);
}