function popWin(url, title, w, h)
{   window.open(url, title, 
       'scrollbars=yes,width=' + w + ',height=' + h).focus();
}
