﻿var toWrite = String("");

toWrite +='<div style="text-align:left; padding: 5px 5px 5px 5px; line-height:18px;">';
toWrite +='<div><b>Services</b></div>';
toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../services/titleAndClosing.html" class="subalpha">Title & Closing</a></div>';
// toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../services/commercial.html" class="subalpha">Commercial</a></div>';
// toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../services/builderServices.html" class="subalpha">Builder Services</a></div>';
toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../services/creditReports.html" class="subalpha">Credit Reports</a></div>';
toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../services/customerServicesProduct.html" class="subalpha">Customer Service</a></div>';
// toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../services/floodZoneDeterminations.html" class="subalpha">Flood Zone Determinations</a></div>';
// toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../services/loanDocumentServices.html" class="subalpha">Loan Document Services</a></div>';
toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../services/propertyData.html" class="subalpha">Property Data</a></div>';
// toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../services/propertyAppraisals.html" class="subalpha">Property Appraisals</a></div>';
toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../services/titleAgencyUnderwriting.html" class="subalpha">Title Agency Underwriting</a></div>';
toWrite +='<br />';
toWrite +='<div><b>Resources</b></div>';
// toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../resources/restrictedCovenants.html" class="subalpha">Restricted Covenants</a></div>';
toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../resources/calculators.html" class="subalpha">Calculators</a></div>';
// toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../resources/tremReports.html" class="subalpha">Trem Reports</a></div>';
// toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../resources/HOAAccess.html" class="subalpha">HOA Access</a></div>';
toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../resources/helpfulLinks.html" class="subalpha">Helpful Links</a></div>';
toWrite +='<br />';
toWrite +='<div><b>Contact Us</b></div>';
// toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../contact/customerService.html" class="subalpha">Customer Service</a></div>';
toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../contact/staffDirectory.html" class="subalpha">Staff Directory</a></div>';
toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../contact/officeDirectory.html" class="subalpha">Office Directory</a></div>';
toWrite +='<br />';
toWrite +='<div><b>Order Online</b></div>';
toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../onlineOrdering/onlineOrdering.html" class="subalpha">AgentFirst / Fastweb</a></div>';
toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../onlineOrdering/orderTitleEscrow.html" class="subalpha">Order Title & Escrow</a></div>';
// toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../onlineOrdering/scheduleClosing.html" class="subalpha">Schedule Closing</a></div>';
// toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../onlineOrdering/earnestMoneyRequest.html" class="subalpha">Earnest Money Request</a></div>';
toWrite +='</div>';

document.writeln(toWrite);
