document.writeln("<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>");
document.writeln("<html xmlns='http://www.w3.org/1999/xhtml'>");
document.writeln("<head>");
document.writeln("<meta http-equiv='Content-Type' content='text/html; charset=ISO-8859-1' />");
document.writeln("<title>Art For Kids</title>");

document.writeln("<link href='stylemaster.css' rel='stylesheet' type='text/css' />");
document.writeln("<script type='text/JavaScript'>");

document.writeln("function InitPage() {");

document.writeln("	var u1 = window.location.href;");
document.writeln("	var i1 = u1.lastIndexOf('/');");
document.writeln("	var u2 = u1.substring(i1+1);");
document.writeln("	var i2 = u2.indexOf('.html');");
document.writeln("	var u3 = u2.substring(0,i2);");
document.writeln("	var i4 = u3.indexOf('_');");
document.writeln("	if (i4 >= 0) {");
document.writeln("		u3 = u3.substring(0,i4);");
document.writeln("	}");
document.writeln("	var el = document.getElementById(u3);");
document.writeln("	if (el != null)	{");
document.writeln("		el.style.color='black';");
document.writeln("		el.style.textDecoration='underline';");
document.writeln("	}");
document.writeln("};");

document.writeln("</script>");
document.writeln("</head>");

document.writeln("<body onload='InitPage()'>");

<!--  start header  -->

document.writeln("<table width='839' height='172' border='0' align='center' cellpadding='0' cellspacing='0'>");
document.writeln("  <tr>");
document.writeln("    <td height='172'><table width='839' height='172' border='0' cellpadding='0' cellspacing='0'>");
document.writeln("      <tr>");
document.writeln("        <td rowspan='2'><IMG height=172 src='images/header1.png' width=97 ></td>");
document.writeln("        <td><IMG height=121 src='images/header2.jpg' width=134 ></td>");
document.writeln("        <td><IMG height=121 alt=Logo src='images/logo.jpg' width=412 ></td>");
document.writeln("        <td><IMG height=121 src='images/header3.jpg' width=131 ></td>");
document.writeln("        <td rowspan='2'><IMG height=172 src='images/header4.png' width=65 ></td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td width='679' colspan='3'><table width='677' height='51' border='0' cellspacing='0' cellpadding='0' style='background-image:url(images/bgtitle.jpg)'>");
document.writeln("          <tr>");
document.writeln("			<td align='center' style='font-size:11pt;'>");
document.writeln("			<A href='index.html' ID='index' style='font-family:KissMeKissMeKissMe'>Home</a>");
document.writeln("			&nbsp;&bull;&nbsp;");
document.writeln("			<A href='camps.html' ID='camps' style='font-family:KissMeKissMeKissMe'>Camps</a>");
document.writeln("			&nbsp;&bull;&nbsp;");
document.writeln("			<A href='classes.html' ID='classes' style='font-family:KissMeKissMeKissMe'>Classes</a>");
document.writeln("			&nbsp;&bull;&nbsp;");
document.writeln("			<A href='registration.html' ID='registration' style='font-family:KissMeKissMeKissMe'>Registration</a>");
document.writeln("			&nbsp;&bull;&nbsp;");
document.writeln("			<A href='gallery.html' ID='gallery' style='font-family:KissMeKissMeKissMe'>Gallery</a>");
document.writeln("			&nbsp;&bull;&nbsp;");
document.writeln("			<A href='about.html' ID='about' style='font-family:KissMeKissMeKissMe'>About</a>");
document.writeln("			&nbsp;&bull;&nbsp;");
document.writeln("			<A href='bios.html' ID='bios' style='font-family:KissMeKissMeKissMe'>Bios</a>");
document.writeln("			&nbsp;&bull;&nbsp;");
document.writeln("			<A href='art_kits.html' ID='art_kits' style='font-family:KissMeKissMeKissMe'>Art Kits</a>");
document.writeln("			&nbsp;&bull;&nbsp;");
document.writeln("			<A href='art_sale.html' ID='art_sale' style='font-family:KissMeKissMeKissMe'>Art for Sale</a>");
document.writeln("			</td>");
document.writeln("          </tr>");
document.writeln("        </table></td>");
document.writeln("      </tr>");
document.writeln("    </table></td>");
document.writeln("  </tr>");
document.writeln("</table>");

<!--  end header  -->