<!-- PopUp Calendar BEGIN -->
if (document.all) {
 document.writeln("<div id=\"PopUpCalendar\" style=\"position:absolute; left:0px; top:0px; z-index:7; width:200px; height:77px; overflow: visible; visibility: hidden; background-color: #FFFFFF; border: 1px none #000000\" onMouseOver=\"if(ppcTI){clearTimeout(ppcTI);ppcTI=false;}\" onMouseOut=\"ppcTI=setTimeout(\'hideCalendar()\',500)\">");
 document.writeln("<div id=\"monthSelector\" style=\"position:absolute; left:0px; top:0px; z-index:9; width:181px; height:27px; overflow: visible; visibility:inherit\">");}
else if (document.layers) {
 document.writeln("<layer id=\"PopUpCalendar\" pagex=\"0\" pagey=\"0\" width=\"200\" height=\"200\" z-index=\"100\" visibility=\"hide\" bgcolor=\"#FFFFFF\" onMouseOver=\"if(ppcTI){clearTimeout(ppcTI);ppcTI=false;}\" onMouseOut=\"ppcTI=setTimeout('hideCalendar()',500)\">");
 document.writeln("<layer id=\"monthSelector\" left=\"0\" top=\"0\" width=\"181\" height=\"27\" z-index=\"9\" visibility=\"inherit\">");}
else {
 //document.writeln("<p><font color=\"#FF0000\"><b>Error ! The current browser is either too old or too modern (usind DOM document structure).</b></font></p>");
}
if (document.all || document.layers){
	 document.writeln("<table border=\"1\" cellspacing=\"1\" cellpadding=\"2\" width=\"200\" bordercolorlight=\"#000000\" bordercolordark=\"#000000\" vspace=\"0\" hspace=\"0\">");
	 document.writeln("<form name=\"ppcMonthList\"><tr><td align=\"center\" bgcolor=\"#CCCCCC\"><a href=\"javascript:moveMonth('Back')\" onMouseOver=\"window.status=' ';return true;\"><font face=\"Arial, Helvetica, sans-serif\" size=\"2\" color=\"#000000\"><b>&lt;&nbsp;</b></font></a><font face=\"MS Sans Serif, sans-serif\" size=\"1\"> ");
	 document.writeln("<select name=\"sItem\" onMouseOut=\"if(ppcIE){window.event.cancelBubble = true;}\" onChange=\"switchMonth(this.options[this.selectedIndex].value)\" style=\"font-family: 'MS Sans Serif', sans-serif; font-size: 9pt\">");
	 document.writeln("  <option value=\"0\">2000 &#149; January</option>");
	 document.writeln("  <option value=\"1\">2000 &#149; February</option>");
	 document.writeln("  <option value=\"2\">2000 &#149; March</option>");
	 document.writeln("  <option value=\"3\">2000 &#149; April</option>");
	 document.writeln("  <option value=\"4\">2000 &#149; May</option>");
	 document.writeln("  <option value=\"5\">2000 &#149; June</option>");
	 document.writeln("  <option value=\"6\">2000 &#149; July</option>");
	 document.writeln("  <option value=\"7\">2000 &#149; August</option>");
	 document.writeln("  <option value=\"8\">2000 &#149; September</option>");
	 document.writeln("  <option value=\"9\">2000 &#149; October</option>");
	 document.writeln("  <option value=\"10\">2000 &#149; November</option>");
	 document.writeln("  <option value=\"11\">2000 &#149; December</option>");
	 document.writeln("  <option value=\"0\" selected>2001 &#149; January</option>");
	 document.writeln("  <option value=\"1\">2001 &#149; February</option>");
	 document.writeln("  <option value=\"2\">2001 &#149; March</option>");
	 document.writeln("  <option value=\"3\">2001 &#149; April</option>");
	 document.writeln("  <option value=\"4\">2001 &#149; May</option>");
	 document.writeln("  <option value=\"5\">2001 &#149; June</option>");
	 document.writeln("  <option value=\"6\">2001 &#149; July</option>");
	 document.writeln("  <option value=\"7\">2001 &#149; August</option>");
	 document.writeln("  <option value=\"8\">2001 &#149; September</option>");
	 document.writeln("  <option value=\"9\">2001 &#149; October</option>");
	 document.writeln("  <option value=\"10\">2001 &#149; November</option>");
	 document.writeln("  <option value=\"11\">2001 &#149; December</option>");
	 document.writeln("  <option value=\"0\">2002 &#149; January</option>");
	 document.writeln("</select></font><a href=\"javascript:moveMonth('Forward')\" onMouseOver=\"window.status=' ';return true;\"><font face=\"Arial, Helvetica, sans-serif\" size=\"2\" color=\"#000000\"><b>&nbsp;&gt;</b></font></a></td></tr></form></table>");
	 document.writeln("<table border=\"1\" cellspacing=\"1\" cellpadding=\"2\" bordercolorlight=\"#000000\" bordercolordark=\"#000000\" width=\"200\" vspace=\"0\" hspace=\"0\"><tr align=\"center\" bgcolor=\"#CCCCCC\"><td width=\"20\" bgcolor=\"#FFFFCC\"><span style='font-family:MS Sans Serif, sans-serif;font-size:10px;color:#000000;font-weight:bold'>Su</span></td><td width=\"20\"><span style='font-family:MS Sans Serif, sans-serif;font-size:10px;color:#000000;font-weight:bold'>Mo</span></td><td width=\"20\"><span style='font-family:MS Sans Serif, sans-serif;font-size:10px;color:#000000;font-weight:bold'>Tu</span></td><td width=\"20\"><span style='font-family:MS Sans Serif, sans-serif;font-size:10px;color:#000000;font-weight:bold'>We</span></td><td width=\"20\"><span style='font-family:MS Sans Serif, sans-serif;font-size:10px;color:#000000;font-weight:bold'>Th</span></td><td width=\"20\"><span style='font-family:MS Sans Serif, sans-serif;font-size:10px;color:#000000;font-weight:bold'>Fr</span></td><td width=\"20\" bgcolor=\"#FFFFCC\"><span style='font-family:MS Sans Serif, sans-serif;font-size:10px;color:#000000;font-weight:bold'>Sa</span></td></tr></table>");
}

if (document.all) {
 document.writeln("</div>");
 document.writeln("<div id=\"monthDays\" style=\"position:absolute; left:0px; top:52px; z-index:8; width:200px; height:17px; overflow: visible; visibility:inherit; background-color: #FFFFFF; border: 1px none #000000\">&nbsp;</div></div>");}
else if (document.layers) {
 document.writeln("</layer>");
 document.writeln("<layer id=\"monthDays\" left=\"0\" top=\"52\" width=\"200\" height=\"17\" z-index=\"8\" bgcolor=\"#FFFFFF\" visibility=\"inherit\">&nbsp;</layer></layer>");}
else {/*NOP*/}
<!-- PopUp Calendar END -->
