function popupPD(wndName, url, width, height) 
{
    var thewnd = window.open(url,'time_wnd','width=' + width + ',height=' + height + ',left=250,top=150,resizable=no');
    thewnd.focus();
}