﻿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</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">Escrow</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">Family of Services</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 +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="http://www.firstam.com/ncs/" class="subalpha" target="_blank">Commercial</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">Local Links</a></div>';
toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../resources/stateLinks.html" class="subalpha">State Links</a></div>';
toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../resources/nationalLinks.html" class="subalpha">National Links</a></div>';
toWrite +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="../resources/consumerInformation.html" class="subalpha">Consumer Information</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 +='<div><img src="../images/blackarrow.gif" width=5 height=6 border=0 alt=""> <a href="https://sjobs.brassring.com/1033/asp/tg/cim_home.asp?partnerid=16023&siteid=5118" class="subalpha" target="_blank">Career Opportunities</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">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);
