function openwin(w,h,url)
{
var l=(window.screen.width/2)-w/2;
var t=(window.screen.height/2)-h/2;
window.open(url,'','width='+w+',height='+h+',top='+t+',left='+l+',menubar=no,toobar=no,sc
http://www.codebf.com/read/172939/9681716
function openwin(w,h,url)
{
var l=(window.screen.width/2)-w/2;
var t=(window.screen.height/2)-h/2;
window.open(url,'','width='+w+',height='+h+',top='+t+',left='+l+',menubar=no,toobar=no,sc
http://www.codebf.com/read/172939/9681722