function goPop(url,w,h)
{

var lt=(screen.width-w)/2;
var tp=(screen.height-h)/2;
window.open(url,'w1','width='+w+',height='+h+',left='+lt+',top='+tp+',scrollbars=yes,resize=no');

}

