function wbpopup(url,theHeight,theWidth )
{

    popWin=window.open(url,"newWindow","height=" + theHeight + ",width=" + theWidth + ",left=0,top=0,toolbar=no,location=no,resizable=no,menubar=no,status=no,titlebar=no,scrollbars=no");
    
    popWin.window.focus();
}