From: <Saved by Windows Internet Explorer 7>
Subject: WebCalendar
Date: Wed, 5 Sep 2007 10:05:54 -0400
MIME-Version: 1.0
Content-Type: text/html;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://carrollwoodpta.org/WebCalendar/month.php?year=2007&month=09&friendly=1
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>WebCalendar</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252"><!-- Note: Although we may set the font size in =
here, we also make heavy
     use of the HTML font tag since many browsers do not properly =
support=20
     style sheet font settings.
-->
<STYLE type=3Dtext/css>.tablecell {
	FONT-SIZE: 12px; WIDTH: 80px; FONT-FAMILY: Arial, Helvetica, =
sans-serif; HEIGHT: 80px
}
.tablecelldemo {
	FONT-SIZE: 10px; WIDTH: 30px; FONT-FAMILY: Arial, Helvetica, =
sans-serif; HEIGHT: 30px
}
.tablecellweekend {
	FONT-SIZE: 12px; WIDTH: 80px; FONT-FAMILY: Arial, Helvetica, =
sans-serif; HEIGHT: 80px; BACKGROUND-COLOR: #c0c0c0
}
.tablecellweekenddemo {
	FONT-SIZE: 10px; WIDTH: 30px; FONT-FAMILY: Arial, Helvetica, =
sans-serif; HEIGHT: 30px; BACKGROUND-COLOR: #c0c0c0
}
.tableheader {
	FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, =
sans-serif; BACKGROUND-COLOR: #ffffff
}
.tableheadertoday {
	FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, =
sans-serif; BACKGROUND-COLOR: #f0f0f0
}
.dayofmonth {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, =
sans-serif; BACKGROUND-COLOR: #e7e7e7; TEXT-DECORATION: none
}
.weeknumber {
	FONT-SIZE: 10px; COLOR: #b04040; FONT-FAMILY: Arial, Helvetica, =
sans-serif; TEXT-DECORATION: none
}
.monthlink {
	FONT-SIZE: 14px; COLOR: #b04040; FONT-FAMILY: Arial, Helvetica, =
sans-serif; TEXT-DECORATION: none
}
.dayofmonthyearview {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif; =
TEXT-DECORATION: none
}
.dayofmonthweekview {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, =
sans-serif; TEXT-DECORATION: none
}
.entry {
	FONT-SIZE: 12px; COLOR: #006000; FONT-FAMILY: Arial, Helvetica, =
sans-serif; TEXT-DECORATION: none
}
.unapprovedentry {
	FONT-SIZE: 12px; COLOR: #800000; FONT-FAMILY: Arial, Helvetica, =
sans-serif; TEXT-DECORATION: none
}
.navlinks {
	FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, =
sans-serif; TEXT-DECORATION: none
}
A {
	COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; =
TEXT-DECORATION: none
}
.aboutinfo {
	COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; =
TEXT-DECORATION: none
}
.popup {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, =
sans-serif; TEXT-DECORATION: none
}
.layerentry {
	COLOR: #006060; FONT-FAMILY: Arial, Helvetica, sans-serif; =
TEXT-DECORATION: none
}
.tooltip {
	CURSOR: help; TEXT-DECORATION: none
}
.defaulttext {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, =
sans-serif
}
H2 {
	FONT-SIZE: 20px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H3 {
	FONT-SIZE: 18px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.pagetitle {
	FONT-SIZE: 18px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
BODY {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
TD {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
P {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
INPUT {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
SELECT {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
TEXTAREA {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
A:hover {
	COLOR: #0000ff; FONT-FAMILY: Arial, Helvetica, sans-serif
}
</STYLE>

<SCRIPT language=3DJavaScript>
<!--
// The following code is used to support the small popups that
// give the full description of an event when the user move the
// mouse over it.

// Developer's note:
// I (Benoit Maisonny <benoit@synclude.com>) tested this code with =
Mozilla 0.8.1 (on Linux),
// with IE5.5 SP1 (on WinNT4) and with Netscape Communicator 4.74 (on =
Linux).
// Netscape 6.0 and 6.01 seem to have a bug related to the visibility =
attribute.
// I suppose it will be corrected as soon as they release a new version, =
based on
// a more recent Mozilla source code.
// I'm not able to test this javascript code with IE4. It'd be glad to =
know if it works.

NS4 =3D (document.layers) ? 1 : 0;
IE4 =3D (document.all) ? 1 : 0;
W3C =3D (document.getElementById) ? 1 : 0;=09
// W3C stands for the W3C standard, implemented in Mozilla (and Netscape =
6) and IE5

// Function show(evt, name)
//	evt is a pointer to the Event object passed when the event occurs
//	name is the ID attribute of the element to show
function show ( evt, name ) {
  if (IE4) {
    evt =3D window.event;  //is it necessary?
  }

  var currentX,		//mouse position on X axis
      currentY,		//mouse position on X axis
      x,		//layer target position on X axis
      y,		//layer target position on Y axis
      docWidth,		//width of current frame
      docHeight,	//height of current frame
      layerWidth,	//width of popup layer
      layerHeight,	//height of popup layer
      ele;		//points to the popup element

  // First let's initialize our variables
  if ( W3C ) {
    ele =3D document.getElementById(name);
    currentX =3D evt.clientX,
    currentY =3D evt.clientY;
    docWidth =3D document.width;
    docHeight =3D document.height;
    layerWidth =3D ele.style.width;
    layerHeight =3D ele.style.height;

  } else if ( NS4 ) {
    ele =3D document.layers[name];
    currentX =3D evt.pageX,
    currentY =3D evt.pageY;
    docWidth =3D document.width;
    docHeight =3D document.height;
    layerWidth =3D ele.clip.width;
    layerHeight =3D ele.clip.height;

  } else {	// meant for IE4
    ele =3D document.all[name];
    currentX =3D evt.clientX,
    currentY =3D evt.clientY;
    docHeight =3D document.body.offsetHeight;
    docWidth =3D document.body.offsetWidth;
    //var layerWidth =3D document.all[name].offsetWidth;
    // for some reason, this doesn't seem to work... so set it to 200
    layerWidth =3D 200;
    layerHeight =3D ele.offsetHeight;
  }

  // Then we calculate the popup element's new position
  if ( ( currentX + layerWidth ) > docWidth ) {
    x =3D ( currentX - layerWidth );
  }
  else {
    x =3D currentX;
  }
  if ( ( currentY + layerHeight ) >=3D docHeight ) {
     y =3D ( currentY - layerHeight - 20 );
  }
  else {
    y =3D currentY + 20;
  }
  if ( IE4 ) {
    x +=3D document.body.scrollLeft;
    y +=3D document.body.scrollTop;
  } else if ( NS4)  {
  } else {
    x +=3D window.pageXOffset;
    y +=3D window.pageYOffset;
  }
// (for debugging purpose) alert("docWidth " + docWidth + ", docHeight " =
+ docHeight + "\nlayerWidth " + layerWidth + ", layerHeight " + =
layerHeight + "\ncurrentX " + currentX + ", currentY " + currentY + "\nx =
" + x + ", y " + y);

  // Finally, we set its position and visibility
  if ( NS4 ) {
    //ele.xpos =3D parseInt ( x );
    ele.left =3D parseInt ( x );
    //ele.ypos =3D parseInt ( y );
    ele.top =3D parseInt ( y );
    ele.visibility =3D "show";
  } else {  // IE4 & W3C
    ele.style.left =3D parseInt ( x );
    ele.style.top =3D parseInt ( y );
    ele.style.visibility =3D "visible";
  }
}

function hide ( name ) {
  if (W3C) {
    document.getElementById(name).style.visibility =3D "hidden";
  } else if (NS4) {
    document.layers[name].visibility =3D "hide";
  } else {
    document.all[name].style.visibility =3D "hidden";
  }
}

function unhide ( name ) {
  if (W3C) {
    document.getElementById(name).style.visibility =3D "visible";
  } else if (NS4) {
    document.layers[name].visibility =3D "show";
  } else {
    document.all[name].style.visibility =3D "visible";
  }
}

//-->

</SCRIPT>

<META content=3D"MSHTML 6.00.6000.16525" name=3DGENERATOR></HEAD>
<BODY class=3Ddefaulttext bgColor=3D#f0f000>
<TABLE width=3D"100%" border=3D0>
  <TBODY>
  <TR>
    <TD align=3Dmiddle><FONT color=3D#0000c0 size=3D+2><B>September =
2007</B></FONT>=20
      <FONT color=3D#0000c0 =
size=3D+1><BR>CarrollwoodPTA</FONT></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=3D0 cellPadding=3D0 width=3D"100%" border=3D1>
  <TBODY>
  <TR>
    <TH class=3Dtableheader width=3D"14%" bgColor=3D#ffffff><FONT=20
      color=3D#000000>Sun</FONT></TH>
    <TH class=3Dtableheader width=3D"14%" bgColor=3D#ffffff><FONT=20
      color=3D#000000>Mon</FONT></TH>
    <TH class=3Dtableheader width=3D"14%" bgColor=3D#ffffff><FONT=20
      color=3D#000000>Tue</FONT></TH>
    <TH class=3Dtableheader width=3D"14%" bgColor=3D#ffffff><FONT=20
      color=3D#000000>Wed</FONT></TH>
    <TH class=3Dtableheader width=3D"14%" bgColor=3D#ffffff><FONT=20
      color=3D#000000>Thu</FONT></TH>
    <TH class=3Dtableheader width=3D"14%" bgColor=3D#ffffff><FONT=20
      color=3D#000000>Fri</FONT></TH>
    <TH class=3Dtableheader width=3D"14%" bgColor=3D#ffffff><FONT=20
      color=3D#000000>Sat</FONT></TH></TR>
  <TR>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff =
height=3D75>&nbsp;</TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff =
height=3D75>&nbsp;</TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff =
height=3D75>&nbsp;</TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff =
height=3D75>&nbsp;</TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff =
height=3D75>&nbsp;</TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff =
height=3D75>&nbsp;</TD>
    <TD id=3Dtablecellweekend vAlign=3Dtop bgColor=3D#c0c0c0 =
height=3D75><FONT=20
      size=3D-1><A class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070901">01=
</A></FONT><BR></TD></TR>
  <TR>
    <TD id=3Dtablecellweekend vAlign=3Dtop bgColor=3D#c0c0c0 =
height=3D75><FONT=20
      size=3D-1><A class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070902">02=
</A></FONT><BR></TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff height=3D75><FONT =
size=3D-1><A=20
      class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070903">03=
</A></FONT><BR></TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff height=3D75><FONT =
size=3D-1><A=20
      class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070904">04=
</A></FONT><BR><FONT=20
      size=3D-1>11:30am&gt;PTA Executive Meeting</A></FONT><BR></TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#f0f0f0 height=3D75><FONT =
size=3D-1><A=20
      class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070905">05=
</A></FONT><BR></TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff height=3D75><FONT =
size=3D-1><A=20
      class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070906">06=
</A></FONT><BR></TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff height=3D75><FONT =
size=3D-1><A=20
      class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070907">07=
</A></FONT><BR><FONT=20
      size=3D-1>8am&gt;Spirit Shirts Sale Ends</A></FONT><BR></TD>
    <TD id=3Dtablecellweekend vAlign=3Dtop bgColor=3D#c0c0c0 =
height=3D75><FONT=20
      size=3D-1><A class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070908">08=
</A></FONT><BR></TD></TR>
  <TR>
    <TD id=3Dtablecellweekend vAlign=3Dtop bgColor=3D#c0c0c0 =
height=3D75><FONT=20
      size=3D-1><A class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070909">09=
</A></FONT><BR></TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff height=3D75><FONT =
size=3D-1><A=20
      class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070910">10=
</A></FONT><BR></TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff height=3D75><FONT =
size=3D-1><A=20
      class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070911">11=
</A></FONT><BR><FONT=20
      size=3D-1>9am&gt;PTA Board Meeting</A></FONT><BR></TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff height=3D75><FONT =
size=3D-1><A=20
      class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070912">12=
</A></FONT><BR><FONT=20
      size=3D-1>8am&gt;School Picture Day</A></FONT><BR></TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff height=3D75><FONT =
size=3D-1><A=20
      class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070913">13=
</A></FONT><BR></TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff height=3D75><FONT =
size=3D-1><A=20
      class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070914">14=
</A></FONT><BR><FONT=20
      size=3D-1>8am&gt;1st Drawing for Fundraiser</A></FONT><BR></TD>
    <TD id=3Dtablecellweekend vAlign=3Dtop bgColor=3D#c0c0c0 =
height=3D75><FONT=20
      size=3D-1><A class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070915">15=
</A></FONT><BR></TD></TR>
  <TR>
    <TD id=3Dtablecellweekend vAlign=3Dtop bgColor=3D#c0c0c0 =
height=3D75><FONT=20
      size=3D-1><A class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070916">16=
</A></FONT><BR></TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff height=3D75><FONT =
size=3D-1><A=20
      class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070917">17=
</A></FONT><BR></TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff height=3D75><FONT =
size=3D-1><A=20
      class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070918">18=
</A></FONT><BR><FONT=20
      size=3D-1>6pm&gt;family Fun Night @ YMCA</A></FONT><BR></TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff height=3D75><FONT =
size=3D-1><A=20
      class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070919">19=
</A></FONT><BR></TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff height=3D75><FONT =
size=3D-1><A=20
      class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070920">20=
</A></FONT><BR></TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff height=3D75><FONT =
size=3D-1><A=20
      class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070921">21=
</A></FONT><BR><FONT=20
      size=3D-1>8am&gt;2nd Drawing for Fundraiser</A></FONT><BR></TD>
    <TD id=3Dtablecellweekend vAlign=3Dtop bgColor=3D#c0c0c0 =
height=3D75><FONT=20
      size=3D-1><A class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070922">22=
</A></FONT><BR></TD></TR>
  <TR>
    <TD id=3Dtablecellweekend vAlign=3Dtop bgColor=3D#c0c0c0 =
height=3D75><FONT=20
      size=3D-1><A class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070923">23=
</A></FONT><BR></TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff height=3D75><FONT =
size=3D-1><A=20
      class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070924">24=
</A></FONT><BR><FONT=20
      size=3D-1>9am&gt;Volunteer Training</A></FONT><BR></TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff height=3D75><FONT =
size=3D-1><A=20
      class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070925">25=
</A></FONT><BR></TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff height=3D75><FONT =
size=3D-1><A=20
      class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070926">26=
</A></FONT><BR><FONT=20
      size=3D-1>Grandparent's Day</A></FONT><BR><FONT =
size=3D-1>6pm&gt;Pizza Hut=20
      Family Night</A></FONT><BR></TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff height=3D75><FONT =
size=3D-1><A=20
      class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070927">27=
</A></FONT><BR><FONT=20
      size=3D-1>8am&gt;Reflections DUE</A></FONT><BR></TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff height=3D75><FONT =
size=3D-1><A=20
      class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070928">28=
</A></FONT><BR><FONT=20
      size=3D-1>8am&gt;3rd Drawing for Fundraiser</A></FONT><BR></TD>
    <TD id=3Dtablecellweekend vAlign=3Dtop bgColor=3D#c0c0c0 =
height=3D75><FONT=20
      size=3D-1><A class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070929">29=
</A></FONT><BR></TD></TR>
  <TR>
    <TD id=3Dtablecellweekend vAlign=3Dtop bgColor=3D#c0c0c0 =
height=3D75><FONT=20
      size=3D-1><A class=3Ddayofmonth=20
      =
href=3D"http://carrollwoodpta.org/WebCalendar/day.php?date=3D20070930">30=
</A></FONT><BR></TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff =
height=3D75>&nbsp;</TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff =
height=3D75>&nbsp;</TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff =
height=3D75>&nbsp;</TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff =
height=3D75>&nbsp;</TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff =
height=3D75>&nbsp;</TD>
    <TD id=3Dtablecell vAlign=3Dtop bgColor=3D#ffffff=20
height=3D75>&nbsp;</TD></TR></TBODY></TABLE>
<P></P></BODY></HTML>
