function popWin(win) {
	var popupWin = window.open(win, 'newWin', 'status=1,resizable=1,scrollbars=1,width=700,height=600,screenX=50,screenY=50');
	popupWin.focus();
}