document.write("<table width=\"100%\" cellpadding=\"4\">")

document.write("<tr>")
document.write("<td width=\"15%\" bgcolor=\"#6060A0\" >")
document.write("<a href=\"index.html\"><b>Area Map</b></a>")
document.write("</td>")

document.write("<td width=\"15%\" bgcolor=\"#404080\" >")
document.write("<a href=\"Photos.html\"><b>Area Photos</b></a>")
document.write("</td>")

document.write("<td width=\"15%\" bgcolor=\"#404080\" >")
document.write("<a href=\"NoRides.html\"><b>No Rides</b></a>")
document.write("</td>")

document.write("<td width=\"55%\" bgcolor=\"#000060\" >")
document.write("</td>")
document.write("</tr>")

document.write("<tr>")
document.write("<td colspan=\"2\" bgcolor=\"#6060A0\" valign=\"top\">")
document.write("<p>")
document.write("The rides are identified by a marker on the map on the right. Select one of them or just")
document.write("click on one of the links below.")
document.write("This will get you to the ride description, photos, maps and a route profile.")
document.write("</p>")