function LBJS_OpenWindow(url, name, r , s , m , t , l ,h,w){LBJS_PopupWin = window.open(url, name, 'popup,resizable=' + r + ',scrollbars=' + s + ',menubar=' + m + ',top=' + t + ',left=' + l  + ',height=' + h + ',width=' + w + '');LBJS_PopupWin.focus();}