//<!--
function popup (URL) {

	window.open(URL,'CalItem','height=450,width=425,status=0,menubar=0,resizeable=1');

}

//-->
