


function buildStartFormat()
{
	document.write("<table class=\"header\"  width = \"850\" align = \"center\" cellpadding = \"10\" >");
	document.write("<tr><td align = \"left\" valign = \"top\"><table><tr><td width = \"25\"><td width = \"250\" align = \"left\" ><img src=\"assets/logo_5-14-09.gif\"   ></td>");
	document.write("<td align = \"center\" valign = \"top\" ><h1 align = \"center\" color = \"#000000\"  ><font color=\"#000000\" >Pinnacle Pilates</font></h1><h2 align = \"center\"  >Let Your Core Be Your Driving Force</h2></td></tr></table></td></tr>");
	document.write("	<tr>");
	document.write("    	<td align=\"center\" valign=\"top\" width=\"850\">");
	document.write("        	<table  class=\"menu\" width=\"800\" >");
	document.write("            	<tr>");
	document.write("                	<td align=\"center\" onmouseover=\"style.backgroundColor='#000000';\" onmouseout=\"style.backgroundColor='#ffffff'\"><a href=\"index.html\">Home</a></td>");
	document.write("                	<td align=\"center\" onmouseover=\"style.backgroundColor='#000000';\" onmouseout=\"style.backgroundColor='#ffffff'\"><a href=\"instructor.html\">Instructor</a></td>");
	document.write("                	<td align=\"center\" onmouseover=\"style.backgroundColor='#000000';\" onmouseout=\"style.backgroundColor='#ffffff'\"><a href=\"historyOfPilates.html\">History of <br/>Pilates</a></td>");
	document.write("                	<td align=\"center\" onmouseover=\"style.backgroundColor='#000000';\" onmouseout=\"style.backgroundColor='#ffffff'\"><a href=\"injuries.html\">Injuries, etc.</a></td>");
	document.write("                	<td align=\"center\" onmouseover=\"style.backgroundColor='#000000';\" onmouseout=\"style.backgroundColor='#ffffff'\"><a href=\"testimonials.html\">Testimonials</a></td>");
	document.write("                	<td align=\"center\" onmouseover=\"style.backgroundColor='#000000';\" onmouseout=\"style.backgroundColor='#ffffff'\"><a href=\"classesAndFees.html\">Classes <br/>and Fees</a></td>");
	document.write("                	<td align=\"center\" onmouseover=\"style.backgroundColor='#000000';\" onmouseout=\"style.backgroundColor='#ffffff'\"><a href=\"faq.html\">FAQ</a></td>");
	document.write("                	<td align=\"center\" onmouseover=\"style.backgroundColor='#000000';\" onmouseout=\"style.backgroundColor='#ffffff'\"><a href=\"contact.html\">Contact</a></td>");
	document.write("               	</tr>");
	document.write("        	</table> ");
	document.write("		</td>");
	document.write("	</tr>");
	document.write("</table>");
	document.write("<table class=\"theMain\"  width = \"850\" align = \"center\" >");
	document.write("	<tr>");
	document.write("        <td >");


}

function buildEndFormat()

{
	
	document.write("</td>");
	document.write("</tr>");	  
	document.write("<tr>");	  
	document.write("<td align = \"center\"><font size=\"-2\">");
	document.write("&trade;/&reg; <em>Trademark or registered trademark of Merrithew Corporation, used under license.</em>");
	//document.write("&reg;&nbsp; Registered trademark of Merrithew Corporation, used under license.");
	document.write("</font></td>");
	document.write("</tr>");	  
	document.write("</table>");

}


