function popWin2(win) {	var popupWin = window.open(win, 'newWin', 'status=0,resizable=yes,scrollbars=yes,width=900,height=700,screenX=10,screenY=10');	popupWin.focus();}