var scriptURL = '/users/kelvingoal/8f619736/vsb/'; function OpenWindow(url,widthpx,heightpx,windowName) { var toppx = (screen.availHeight/2)-(heightpx/2) var leftpx = (screen.availWidth/2)-(widthpx/2) window.open(url,windowName,'width='+widthpx+',height='+heightpx+',left='+leftpx+',top='+toppx+',resizable=1') } function reloadAndScrollToBottom() { frmEntries.loadEntries(); } document.write('
');