function popWin(w, h, t) {
	window.open(t, 'PopUp', 'status=0, width=' + w + ',  height=' + h + ', resizable=0, scrollbars=1');
}