function popWin(url) {popupWin = window.open(url,'popup', 'menubar=0,scrollbars=1,toolbar=0,location=0,status=0,resizable=1,width=575,height=475,screenX=20,screenY=10,left=20,top=10');}function popLots(url) {popupWin = window.open(url,'popup', 'menubar=0,scrollbars=1,toolbar=0,location=0,status=0,resizable=1,width=650,height=600,screenX=5,screenY=5,left=5,top=5');}