function pu_Open(bUrl, bName, bWidth, bHeight)
{
var viewerpop = window.open(bUrl,bName,'location=no,toolbar=no,directories=no,menubar=no,resizable=1,scrollbars=no,status=no,width='+bWidth+',height='+bHeight);
viewerpop.focus(); 
}

