function openEventWindow(a){var b=document.popup_data[a];a=document.forms.eventPopupForm;a.elements.event.value=b.event;a.elements.cal.value=b.cal;a.elements.start.value=b.start;a.elements.end.value=b.end;a.elements.description.value=b.description;a.elements.status.value=b.status;a.elements.location.value=b.location;a.elements.organizer.value=b.organizer;a.elements.attendee.value=b.attendee;a.elements.url.value=b.url;b=window.open("","Popup","scrollbars=yes,width=470,height=200");a.target="Popup";
a.submit()}function EventData(a,b,c,d,e,f,g,h,i,j){this.event=a;this.cal=b;this.start=c;this.end=d;this.description=e;this.status=f;this.location=g;this.organizer=h;this.attendee=i;this.url=j}document.popup_data=[];function openTodoInfo(a){var b=470,c=200;a="/diary/includes/todo.php?vtodo_array="+a;options="scrollbars=yes,width="+b+",height="+c;info=window.open(a,"Popup",options);info.focus()}
hover=navigator.appName=="Netscape"&&parseInt(navigator.appVersion)>=3||navigator.appName=="Microsoft Internet Explorer"&&parseInt(navigator.appVersion)>=4;function preload(a){var b=new Image;b.src=a;return b};