function popUp(URL) {
	t=window.open(URL, 'pop', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=488,height=60,left = 640,top = 375');
	t.focus();
}