<html>
<head>
<title>Calendar</title>
<script language="javascript">
function fullscreen(){
var hdiff;
window.resizeTo(screen.width/2,screen.height/2);
window.moveTo(0,10);
hdiff=window.screenTop;
window.moveTo(-6,-hdiff+6);
window.resizeTo(screen.width+13,screen.height+hdiff+26);}
</script>
</head>
<body onLoad="javascript:fullscreen(); document.calendar.focus();" scroll=no>
<object name="calendar" classid="clsid:0006F063-0000-0000-C000-000000000046"
id="ViewCtlFolder" width="100%" height="100%"
codetype="application/x-oleobject"
codebase="http://activex.microsoft.com/activex/controls/office/outlctlx.CAB#ver=9,0,0,3203">
<param name="Namespace" value="MAPI">
<param name="Folder" value="Calendar">
<param name="Restriction" value="">
<param name="DeferUpdate" value="0">
</object>
</body>
</html>