function popUp(URL) {
	var mywindow = window.open(URL,"myname","status=0,resizable=0,scrollbars=0,width=385,height=450,top=40,left=20,scrolling=no")
	mywindow.focus();
}