// JavaScript Document
function newWindow(CalEvent){
	eventWindow = window.open(CalEvent,"eventWindow","resizable=0,location=0,scrollbars=0,toolbar=0,menubar=0,status=1,width=497,height=400,top=20,left=20")
	eventWindow.focus()
}
//end window script