


function buildStartFormat()
{
	document.write("<table   width = \"850\" align = \"center\" cellpadding = \"10\"  >");
//	document.write("<tr><td align = \"left\" valign = \"center\"><table class=\"header\" align = \"center\"  width = \"850\" ><tr><td align = \"center\" ><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0\" width=\"725\" height=\"101\"> <param name=\"movie\" value=\"assets/actionScript/text.swf\" /> <param name=\"quality\" value=\"high\" /> <embed src=\"assets/actionScript/text.swf\" quality=\"high\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"725\" height=\"101\"></embed></object></td>");
	document.write("<tr><td align = \"left\" valign = \"center\"><table class=\"header\" align = \"center\"  width = \"850\" ><tr><td align = \"center\" ><img src=\"assets/amberHeader5.jpg\" border=\"0\" /></td></tr>");
	document.write("</table></td></tr>");
	document.write("	<tr  >");
	document.write("    	<td align=\"center\" valign=\"middle\" width=\"850\">");
	document.write("        	<table  class=\"menu\" width=\"800\" align = \"center\" >");
	document.write("            	<tr>"); 

	document.write("                	<td align=\"center\" valign = \"middle\" ><a class = \"mainMenu\" href=\"index.html\"><strong>Home</strong></a></td><td><strong><font color = \"#D4CC9D\">&#8226;</font></strong></td>");
	document.write("                	<td align=\"center\" ><a class = \"mainMenu\"  href=\"patientInfo.html\"><strong>Patient Info</strong></a></td><td><strong><font color = \"#D4CC9D\">&#8226;</font></strong></td>");
	document.write("                	<td align=\"center\" ><a class = \"mainMenu\"  href=\"services.html\"><strong>Services</strong></a></td><td><strong><font color = \"#D4CC9D\">&#8226;</font></strong></td>");
	document.write("                	<td align=\"center\" ><a class = \"mainMenu\"  href=\"testimonials.html\"><strong>Testimonials</strong></a></td><td><strong><font color = \"#D4CC9D\">&#8226;</font></strong></td>");
	document.write("                	<td align=\"center\" ><a class = \"mainMenu\"  href=\"contact.html\"><strong>Contact</strong></a></td><td><strong><font color = \"#D4CC9D\">&#8226;</font></strong>          	<td align=\"center\" ><a class = \"mainMenu\"  href=\"meetOurStaff.html\"><strong>Meet Our Doctors</strong></a></td><td><strong><font color = \"#D4CC9D\">&#8226;</font></strong></td>");
	document.write("                	<td align=\"center\" ><a class = \"mainMenu\"  href=\"photos.html\"><strong>Photos</strong></a></td>");
	document.write("               	</tr>");
	document.write("        	</table> ");
	document.write("		</td>");
	document.write("	</tr>");
	document.write("</table>");
//	document.write("<div id=\"box1\" class=\"box\">");

	document.write("<table class=\"theMain\"  width = \"800\" align = \"center\" cellpadding = \"0\" >");
	    

	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("Powered by <a href=\"http://webhostingndesign.net\" target=\"_blank\">Web Hosting n Design</a>.");
	document.write("</font></td>");
	document.write("</tr>");	  
	document.write("</table>");
//	document.write("</div>");

}


