/* NOTE: SCRIPT DOES NOT CONTAIN <HTML> TAG OR <Head></Head> SECTION */

/* General Functions */
function _ObjectColor(Object){
	if(Object.style.color == 'blue'){
		Object.style.color = 'black';
	} else {
		Object.style.color = 'blue';
	}
}
function _title(Title){
document.write('<table width=100%><tr><td id="default" style="font-size: 24px; padding-bottom: 20px;" align="center">'+Title+'<br></td></tr></table>');
}

/* Body Top */
document.write('<body style="font-family: \'Comic Sans MS\';" link="000000" vlink="000000" alink="000000" bgcolor="#FFFFFF">');

// Minimum width spacer
document.write('<table width=100% border=0 cellpadding=0 cellspacing=0 id="top"><tr><td colspan=2><img src="Images/Dot.gif" height=1 width=600></td></tr>');
// Left Red wave border
document.write('<tr><td width=17 background="Images/WaveRedV2.gif" height=180 rowspan=2><img src="Images/Dot.gif" height=1 width=17></td>');
// Main container
document.write('<td width=100%>');

/* Header */
	// Top Braided border
document.write('<table width=100% height=180 border=0 cellpadding=0 cellspacing=0>');
document.write('<tr><td height=20 width=11 background="Images/EndGreenL2.gif"><img src="Images/Dot.gif" height=20 width=11></td>');
document.write('<td height=20 width=100% background="Images/WavePlay3.gif" colspan=5><img src="Images/Dot.gif" height=20 width=11></td>');
document.write('<td height=20 width=1 background="Images/GrayDot.gif"><img src="Images/Dot.gif" height=20 width=1></td></tr>');
	// Left Border
document.write('<tr style="font-weight: bold;"><td height=150 width=10><img src="Images/Dot.gif" height=150 width=1></td>');
document.write('<td height=150 width=1 background="Images/GrayDot.gif" align="right"><img src="Images/Dot.gif" height=150 width=1></td>');
	// Header Content
document.write('<td width=180 style="font-size: 32px;">&nbsp;Little<br>&nbsp;&nbsp;Friends<br>&nbsp;&nbsp;&nbsp;Preschool</td>');
document.write('<td style="font-size: 22px;" align="center" width="100%">Queen Anne Hill<br>Seattle, WA<div style="font-size: 16px; font-weight: normal;"><img src="Images/Dot.gif" height=12 width=1><br>(206) 286-1940<br><a href="Contact.html" onMouseOver="_ObjectColor(this)" onMouseOut="_ObjectColor(this)">director@LFPS.org</a></div></td>');
document.write('<td width=135 align="center"><img src="Images/Logo3.gif" height=135></td>');
document.write('<td width=22><img src="Images/Dot.gif" height=1 width=22></td></tr>');
	// Bottom Braided Border
document.write('<tr><td height=20 width=11 background="Images/EndGreenL2.gif"><a href="EditPages/Home.html"><img src="Images/Dot.gif" height=20 width=11 border=0></a></td>');
document.write('<td height=20 width=100% background="Images/WavePlay3.gif" colspan=5><img src="Images/Dot.gif" height=20 width=1></td>');
document.write('<td height=20 width=1 background="Images/GrayDot.gif"><img src="Images/Dot.gif" height=20 width=1></td></tr></table>');

/* Top Menu */
document.write('<table width=100% cellpadding=0 cellspacing=0><tr><td align=center style="padding-bottom: 15px; padding-top: 20px;">');
document.write('<table border=0 cellpadding=0 cellspacing=0 style="font-size: 14px;">');
document.write('<tr><td width=15><img src="Images/Dot.gif" width=15 height=1></td>');			//spacer
document.write('<td><a href="index.php" onMouseOver="_ObjectColor(this)" onMouseOut="_ObjectColor(this)">Home</a></td>');	//General Information
document.write('<td width=30><img src="Images/Dot.gif" width=30 height=1></td>');			//spacer
document.write('<td><a href="GeneralInformation.php" onMouseOver="_ObjectColor(this)" onMouseOut="_ObjectColor(this)">General&nbsp;Information</a></td>');	//General Information
document.write('<td width=30><img src="Images/Dot.gif" width=30 height=1></td>');			//spacer
document.write('<td><a href="Registration.php" onMouseOver="_ObjectColor(this)" onMouseOut="_ObjectColor(this)">Registration</a></td>');				//Registration
document.write('<td width=30><img src="Images/Dot.gif" width=30 height=1></td>');			//spacer
document.write('<td><a href="Contact.html" onMouseOver="_ObjectColor(this)" onMouseOut="_ObjectColor(this)">Contact</a></td>');					//Contact
document.write('<td width=30><img src="Images/Dot.gif" width=30 height=1></td>');			//spacer
document.write('<td><a href="History.php" onMouseOver="_ObjectColor(this)" onMouseOut="_ObjectColor(this)">History</a></td>');					//History
document.write('<td width=30><img src="Images/Dot.gif" width=30 height=1></td>');			//spacer
document.write('<td><a href="teachers.php" onMouseOver="_ObjectColor(this)" onMouseOut="_ObjectColor(this)">Teachers</a></td>');					//Teachers
document.write('<td width=15><img src="Images/Dot.gif" width=15 height=1></td></tr>');			//spacer
document.write('<tr><td width=15><img src="Images/Dot.gif" width=15 height=1></td>');			//spacer
document.write('<td style="padding-top: 16px; text-align: left;" colspan=10 >(<a href="Community/Home.php" onMouseOver="_ObjectColor(this)" onMouseOut="_ObjectColor(this)">School Community</a>)</td>');	//School Community
document.write('</tr></table>');
document.write('</td></tr></table>');

/* Content Container Top */
document.write('<table width=100% border=0 cellpadding=0 cellspacing=0><tr><td width=100% align=center style="');
document.write('font-size: 12px; padding: 30px 20px 15px 20px;">');							//Content Style

