function myMenu(){


 
document.write("            <table border='0' class='menuTable' cellpadding='0' cellspacing='0'>")
document.write("              <tr>")
document.write("                <td class='menuCell'><img border='0' src='images/menu_top.gif' width='141' height='12'></td>")
document.write("              </tr>")
document.write("              <tr>")
document.write("                <td style='background-image: url(images/menu_middle.gif)' align='center'>")                
document.write("						<table border='0' class='menuItems' cellpadding='0' cellspacing='0' width='95%'>")
document.write("                      <tr>")
document.write("                        <td width='8%'><a href='index.htm'><img border='0' src='images/arrow.gif' width='10' height='12'></a></td>")
document.write("                        <td width='92%'><a href='index.htm'>Home</a></td>")
document.write("                      </tr>")
document.write("                      <tr>")
document.write("                        <td width='8%'><a href='about.htm'><img border='0' src='images/arrow.gif' width='10' height='12'></a></td>")
document.write("                        <td width='92%'><a href='about.htm'>About Us</a></td>")
document.write("                      </tr>")
document.write("                      <tr>")
document.write("                        <td width='8%'><a href='news.htm'><img border='0' src='images/arrow.gif' width='10' height='12'></a></td>")
document.write("                        <td width='92%'><a href='news.htm'>News</a></td>")
document.write("                      </tr>")
document.write("                      <tr>")
document.write("                        <td width='8%'><a href='contact.htm'><img border='0' src='images/arrow.gif' width='10' height='12'></a></td>")
document.write("                        <td width='92%'><a href='contact.htm'>Contact & Location</a></td>")
document.write("                      </tr>")
document.write("                      <tr>")
document.write("                        <td width='8%'><a href='services.htm'><img border='0' src='images/arrow.gif' width='10' height='12'></a></td>")
document.write("                        <td width='92%'><a href='services.htm'>Services</a></td>")
document.write("                      </tr>")
document.write("                      <tr>")
document.write("                        <td width='8%'><a href='services.htm'><img border='0' src='images/arrow.gif' width='10' height='12'></a></td>")
document.write("                        <td width='92%'><a href='products.htm'>Products</a></td>")
document.write("                      </tr>")
document.write("                      <tr>")
document.write("                        <td width='8%'><a href='buyerssellers.htm'><img border='0' src='images/arrow.gif' width='10' height='12'></a></td>")
document.write("                        <td width='92%'><a href='buyerssellers.htm'>Buyers & Sellers</a></td>")
document.write("                      </tr>")
document.write("                      <tr>")
document.write("                        <td width='8%'><a href='lenders.htm'><img border='0' src='images/arrow.gif' width='10' height='12'></a></td>")
document.write("                        <td width='92%'><a href='lenders.htm'>Lenders</a></td>")
document.write("                      </tr>")
document.write("                      <tr>")
document.write("                        <td width='8%'><a href='attorneys.htm'><img border='0' src='images/arrow.gif' width='10' height='12'></a></td>")
document.write("                        <td width='92%'><a href='attorneys.htm'>Attorneys</a></td>")
document.write("                      </tr>")
document.write("                      <tr>")
document.write("                        <td width='8%'><a href='resources.htm'><img border='0' src='images/arrow.gif' width='10' height='12'></a></td>")
document.write("                        <td width='92%'><a href='resources.htm'>Resources</a></td>")
document.write("                      </tr>")
document.write("                        <td width='8%'><a href='http://www.nccts.com/'><img border='0' src='images/arrow.gif' width='10' height='12'></a></td>")
document.write("                        <td width='92%'><a href='http://www.nccts.com/'>Title Navigator&#8482;</a></td>")
document.write("                      </tr>")
document.write("                    </table> ")
document.write("                </td>")
document.write("              </tr>")
document.write("             <tr>")
document.write("                <td class='menuCell'><img border='0' src='images/menu_bottom.gif' width='141' height='11'></td>")
document.write("              </tr>")
document.write("            </table>")

}
