function popWin(loc,wid,hi){ window.open(loc,'win','scrollbars=yes,resizable=yes,width=' + wid + ',height=' + hi ); }