<script type="text/javascript">
function newopenbysize(url,target,width,height){
var info,winOpen,left,top;
left=(screen.width-width)/2;
if(left<0){ left=0;}
top=(screen.height-height)/2;
if(top<0){ top=0;}
info="toolbar=no, menubar=no, scrollbars=no,resizable=no,location=no, status=no,";
info=info+"width="+width+",height="+height+",left="+left+",top="+top;
winOpen=window.open(url,target,tt);
}
</script>
<a href="javascript:;" οnclick="javascript:newopenbysize('http://www.google.cn','_blank',500,500)">google</a>
function newopenbysize(url,target,width,height){
var info,winOpen,left,top;
left=(screen.width-width)/2;
if(left<0){ left=0;}
top=(screen.height-height)/2;
if(top<0){ top=0;}
info="toolbar=no, menubar=no, scrollbars=no,resizable=no,location=no, status=no,";
info=info+"width="+width+",height="+height+",left="+left+",top="+top;
winOpen=window.open(url,target,tt);
}
</script>
<a href="javascript:;" οnclick="javascript:newopenbysize('http://www.google.cn','_blank',500,500)">google</a>