function popUp(winURL) {
	mywindow = window.open(winURL,"popup","width=540,height=480,scrollbars=1,location=0,menubar=0");
	mywindow.focus();
	return false;
}

