function openPop(t){
	popup = window.open(t, 'popup', 'width=470, height=400, scrollbars=yes');
	popup.focus();
	return false;
}
