function popUp(URL)
{
	newwindow=window.open(URL, 'popUp2', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=0,width=800,height=1000');
	if (window.focus) {newwindow.focus()}
}
