
function writeHeader()
{

document.write("<body bgcolor=\"#336699\" leftmargin=\"25\" topmargin=\20\" marginwidth=\"0\" marginheight=\"0\">"); 
document.write("<table width=\"760\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");              
document.write("<tr>"); 
document.write("<td colspan=\"2\" width=\"759\"><img src=\"headers/topBar.gif\" width=\"759\" border=\"0\"></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td colspan=\"2\" width=\"759\"><img border=\"0\" src=\"headers/banner.jpg\" width=\"759\" height=\"94\"></td>");
document.write("</tr>");
document.write("<td colspan=\"2\" bgcolor=\"#f2f2f3\" width=\"759\" valign=\"top\">");
document.write("<img name=\"topLinks\" src=\"links/topLinks.jpg\" width=\"759\" height=\"21\" border=\"0\" usemap=\"#m_topLinks\">");
document.write("<map name=\"m_topLinks\">");
document.write("<area shape=\"rect\" coords=\"484,1,563,20\" href=\"contactUs.htm\">");
document.write("<area shape=\"rect\" coords=\"354,1,485,20\" href=\"corpOutlook.htm\">");
document.write("<area shape=\"rect\" coords=\"300,1,355,20\" href=\"facility.htm\">");
document.write("<area shape=\"rect\" coords=\"234,1,300,20\" href=\"trainers.htm\">");
document.write("<area shape=\"rect\" coords=\"141,0,234,20\" href=\"wallFame.htm\">");
document.write("<area shape=\"rect\" coords=\"0,0,142,31\" href=\"events.htm\">");
document.write("</map></td>");               
document.write("</tr>");
document.write("<tr>");
document.write("<td bgcolor=\"#f2f2f3\" width=\"250\" valign=\"top\">");
document.write("<table  border=\"0\ cellspacing=\"0\" cellpadding=\"0\">");
document.write("<tr><td>&nbsp;</td></tr>");

}

function writeBody()
{
document.write("<tr><td>&nbsp;</td></tr>");
document.write("<tr><td align=\"center\"><table  border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("<tr><td width=\"215\" style=\"font-family: arial; font-size: 8pt\"><b>Our Mission</b><br>At Level 10, our mission is to be the catalyst through which individuals are inspired and motivated to pursue the achievement of their true physical potential. Whether our clients are elite level athletes or individuals seeking a new level of health and wellness, it is our positive leadership in this process that facilitates an empowerment making the accomplishment of true potential - in this and all other areas of one’s life - a realistic and attainable goal.</td></tr></table>");
document.write("<tr><td>&nbsp;</td></tr>");
document.write("<tr><td align=\"center\">"); 
document.write("<table  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"228\">");
document.write("<tr>"); 
document.write("<td align=\"center\"><img src=\"../images/linkHeader.gif\" width=\"228\" height=\"19\" border=\"0\"></td> ");     
document.write("</tr>");
document.write("<tr> ");
document.write("<td align=\"center\"><img src=\"images/leftimage_r2_c2.jpg\" width=\"224\" ></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td align=\"center\"><img src=\"footers/footer2.gif\" width=\"241\"></td>");
document.write("</tr>");
document.write("<tr><td width=\"215\" style=\"font-family: arial; font-size: 8pt; padding-left=12px;\"><br><b>Monthly Quote</b><br>\"Whatever the mind can conceive and believe, the mind can achieve.\"<br>- Napoleon Hill</td></tr>");
document.write("</table>");
document.write("</tr>");
document.write("</table></td>");
document.write("<td valign=\"top\" align=\"center\" width=\"500\" bgcolor=\"#f2f2f3\"  background=\"../graphics/page_background.gif\">");
document.write("<table  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"font-family: arial; font-size:8pt\">");
document.write("<tr><td>&nbsp;</td></tr>");         
      
}


function writeFooter()
{

document.write("</table></td></tr><tr>");
document.write("<td colspan=\"2\"><img border=\"0\" src=\"footers/allOneFtr.png\" width=\"759\"></td>");
document.write("</tr>");
                                                             

} 

function openWin(URL)
{
aWindow=window.open(URL, "WOW", "toolbar=no, width=500, height=500, status=no, scrollbars=yes, resize=no, menubar=no");
}              