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