﻿
function ShowMarginNav(imageName) {
    var vHTML = "<div style=\"padding: 10px; background-color: #cccccc; margin-top: 10px; margin-bottom: 20px; float: right; margin-left: 20px;\">" +
    "<table width=\"180\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"> " +
      "<tbody> " +
        "<tr style=\"padding-top: 3px;\"> " +
          "<td colspan=\"2\" style=\"padding-bottom: 10px;\"><img width=\"180\" height=\"183\" src=\"/clients/1692/images/" + imageName + ".jpg\" alt=\"" + imageName + " - Westchase Chiropractic, Tampa Chiropractor, Auto Accident Injury, Car Accident Injury, Back Spine Neck Injury, Sports Injury\" /><br /></td> " +
        "</tr> " +
                "<tr>" +
                    "<td style=\"padding-top: 5px; padding-right: 5px;\">" +
                        "<img height=\"9\" width=\"5\" src=\"/clients/1692/images/RightArrow.gif\" alt=\"RightArrow.gif\" />" +
                    "</td>" +
                    "<td style=\"padding-top: 5px;\">" +
                        "<a href=\"/custom_content/c_38253_doctors__staff.html\" title=\"Meet the Westchase Chiropractic Doctors\">" +
                            "Meet our Chiropractors</a>" +
                    "</td>" +
                "</tr>" +
                "<tr>" +
                    "<td style=\"padding-top: 5px; padding-right: 5px;\">" +
                        "<img height=\"9\" width=\"5\" src=\"/clients/1692/images/RightArrow.gif\" alt=\"RightArrow.gif\" />" +
                    "</td>" +
                    "<td style=\"padding-top: 5px;\">" +
                        "<a href=\"/custom_content/c_38255_office_hours.html\" title=\"Westchase Chiropractic Office Hours\">" +
                            "Office Hours</a>" +
                    "</td>" +
                "</tr>" +
                "<tr>" +
                    "<td style=\"padding-top: 5px; padding-right: 5px;\">" +
                        "<img height=\"9\" width=\"5\" src=\"/clients/1692/images/RightArrow.gif\" alt=\"RightArrow.gif\" />" +
                    "</td>" +
                    "<td style=\"padding-top: 5px;\">" +
                        "<a href=\"/custom_content/c_38259_patient_testimonials.html\" title=\"Patient Testimonials\">" +
                            "Patient Testimonials</a>" +
                    "</td>" +
                "</tr>" +
                "<tr>" +
                    "<td style=\"padding-top: 5px; padding-right: 5px;\">" +
                        "<img height=\"9\" width=\"5\" src=\"/clients/1692/images/RightArrow.gif\" alt=\"RightArrow.gif\" />" +
                    "</td>" +
                    "<td style=\"padding-top: 5px;\">" +
                        "<a href=\"javascript:void();\" onclick=\"return popitup('?request_appointment=1&amp;title=Home', 340, 628);\" title=\"Schedule an Appointment with Westchase Chiropractic\">Request an Appointment</a>" +
                    "</td>" +
                "</tr>" +
                "<tr>" +
                    "<td style=\"padding-top: 5px; padding-right: 5px;\">" +
                        "<img height=\"9\" width=\"5\" src=\"/clients/1692/images/RightArrow.gif\" alt=\"RightArrow.gif\" />" +
                    "</td>" +
                    "<td style=\"padding-top: 5px;\">" +
                        "<a href=\"/custom_content/c_44707_driving_directions.html\" title=\"Westchase Chiropractic Driving Directions\">" +
                            "Driving Directions</a>" +
                    "</td>" +
                "</tr>" +
                "<tr>" +
                    "<td style=\"padding-top: 5px; padding-right: 5px;\">" +
                        "<img height=\"9\" width=\"5\" src=\"/clients/1692/images/RightArrow.gif\" alt=\"RightArrow.gif\" />" +
                    "</td>" +
                    "<td style=\"padding-top: 5px;\">" +
                        "<a href=\"/custom_content/c_38254_new_patient_center.html\" title=\"Westchase Chiropractic New Patient Center\">" +
                            "New Patient Center</a>" +
                    "</td>" +
                "</tr>" +
      "</tbody> " +
    "</table> " +
  "</div> ";

    document.write(vHTML);
}

function ShowQuickLinks() {
    var vHTML = "<p><br /><b>Related Topics:</b><ul>" +
    "<li><a href=\"/custom_content/c_38253_doctors__staff.html\">Westchase Chiropractic Doctors & Staff</a> </li> " +
    "<li><a href=\"/custom_content/c_38265_website_membership.html\">Westchase Chiropractic Website Membership</a> </li> " +
    "<li><a href=\"/custom_content/c_44695_patient_testimonials.html\">Patient Testimonials</a> </li> " +
    "</ul></p>" + 
    "<p><br/></p>" + 
    "<h4>Westchase Tampa Spine, Neck, and Back Specialists/Chiropractors - 33626<br/>" + 
    "Westchase Chiropractic, Tampa, 33626 | 813-855-2424</h4>";

    document.write(vHTML);
}

