function header() {
document.write("<head><title>Home Page</title>");
document.write("<link rel=\"stylesheet\" href=\"" + pathToBase + "resources/mm_spa.css\" type=\"text/css\" /></head><body bgcolor=\"#990000\" background=\"" + pathToBase + "resources/mm_bg_red.gif\"><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("  <tr bgcolor=\"#220103\">   <td rowspan=\"2\" colspan=\"2\" nowrap=\"nowrap\"><img src=\"" + pathToBase + "resources/falcon2.jpg\" alt=\"Header image\" width=\"201\" height=\"112\" border=\"0\" ");
document.write(" onload=\"this.style.MozOpacity=0.4;this.filters.alpha.opacity=50\" /></td>");
document.write("   <td colspan=\"2\" height=\"55\" nowrap=\"nowrap\" id=\"logo\" valign=\"bottom\">&nbsp;Academy Frame Company, LLC&nbsp;</td>");
document.write("   <td width=\"387\" rowspan=\"2\"><img src=\"" + pathToBase + "resources/pikes_peak1.jpg\" alt=\"header image 2\" width=\"376\" height=\"108\" border=\"0\"  /></td><td width=\"4\" rowspan=\"2\">&nbsp;</td></tr><tr bgcolor=\"#220103\">");
document.write("    <td height=\"54\" colspan=\"2\" nowrap=\"nowrap\" id=\"tagline\" align=\"center\"> ");
document.write("   &nbsp;&nbsp;&nbsp;Where all your framing solutions come together&nbsp;&nbsp;&nbsp;</td></tr>");
document.write(" <tr bgcolor=\"#FF9900\"><td colspan=\"6\"><img src=\"" + pathToBase + "resources/mm_spacer.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></td> </tr>");
document.write(" <tr bgcolor=\"#FF080E\">	<td colspan=\"6\"><img src=\"" + pathToBase + "resources/mm_spacer.gif\" alt=\"\" width=\"1\" height=\"2\" border=\"0\" /></td> </tr>");
document.write(" <tr bgcolor=\"#FF9900\"> 	<td colspan=\"6\"><img src=\"" + pathToBase + "resources/mm_spacer.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></td>");
document.write(" </tr>");

document.write(" <tr bgcolor=\"#FF080E\">");
document.write(" 	<td colspan=\"6\"><img src=\"" + pathToBase + "resources/mm_spacer.gif\" alt=\"\" width=\"1\" height=\"18\" border=\"0\" /></td>");
document.write(" </tr>");

document.write(" <tr bgcolor=\"#FF9900\">");
document.write(" 	<td colspan=\"6\"><img src=\"" + pathToBase + "resources/mm_spacer.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></td>");
document.write(" </tr>");

document.write(" <tr bgcolor=\"#FF080E\">");
document.write(" 	<td colspan=\"6\"><img src=\"" + pathToBase + "resources/mm_spacer.gif\" alt=\"\" width=\"1\" height=\"2\" border=\"0\" /></td>");
document.write(" </tr>");

document.write(" <tr bgcolor=\"#FF9900\">");
document.write(" 	<td colspan=\"6\"><img src=\"" + pathToBase + "resources/mm_spacer.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /></td>");
document.write(" </tr>");

document.write(" <tr>");
document.write("    <td width=\"160\" valign=\"top\" id=\"navborder\"><br />");

}



function sidebar() {
document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"160\" id=\"navigation\">");
document.write("<tr><td width=\"160\"><a href=\"" + pathToBase + "index.html\" class=\"navText\">Home</a></td></tr>");
document.write("<tr><td width=\"160\"><a href=\"" + pathToBase + "findus.html\" class=\"navText\">How to find us</a></td></tr>");
document.write("<tr><td width=\"160\"><a href=\"" + pathToBase + "hours.html\" class=\"navText\">Business hours</a></td></tr>");
document.write("<tr><td width=\"160\"><a href=\"" + pathToBase + "products.html\" class=\"navText\">Products & Services</a></td></tr>");
document.write("<tr><td width=\"160\"><a href=\"" + pathToBase + "artists.html\" class=\"navText\">Featured Artists</a></td></tr>");
document.write("<tr><td width=\"160\"><a href=\"" + pathToBase + "events.html\" class=\"navText\">Events</a></td></tr>");
document.write("<tr><td width=\"160\"><a href=\"" + pathToBase + "contact.html\" class=\"navText\">Contact Us</a></td></tr>");
document.write("<tr><td width=\"160\"><a href=\"" + pathToBase + "about.html\" class=\"navText\">About us</a></td></tr></table>");	
}