// This Javascript routine generates the "CONTACT INFORMATION" for contacting The
// National Huguenot Society.  It contains the mailing address, phone number, and E-mail
// hotlink that many pages include at the bottom of the page.  Providing the information
// in this Javascript file enables a change to be made in one place and automatically
// reflected in all pages.


//  Write Address and Phone Number Information  //
document.write('<div style="float: left; margin: 0 0 0 0; padding: 0; font-weight: bold; text-align: center;">')
document.write('<span style="font-weight: normal; font-style: italic;">')
document.write('&nbsp;&nbsp;&nbsp;For further information contact:')
document.write('</span>')
document.write('<p style="margin-bottom: 0; font-style: italic; margin-top: .6em">')
document.write('The National Huguenot Society')
document.write('<br />')
document.write('7340 Blanco Road')
document.write('<br />')
document.write('Suite 104')
document.write('<br />')
document.write('San Antonio, TX 78216-4970')
document.write('</p>')
document.write('<p style="font-size: 14px; margin: .6em 0 0 0; padding: 0 0 0 0; font-weight: normal;">')
document.write('Telephone:' + ' &nbsp;&nbsp;' + '(210)' + ' &nbsp;' + '366-9995')
document.write('</p>')
document.write('<p style="font-size: 14px; margin: 0 0 0 3.05em; padding: 0 0 0 0; font-weight:normal;">')
document.write('Fax:' + ' &nbsp;&nbsp;' + '(210)' + ' &nbsp;' + '341-5337')
document.write('</p>')
document.write('</div>')

// Write Email Contact Information //
document.write('<div style="float: left; margin: 2em 0 0 4em; padding: 0; font-weight: bold; text-align: center;">')
document.write('OR &nbsp;&nbsp;<a href="/forms/info_req.htm">E-Mail</a> &nbsp;&nbsp;inquiries and questions')
document.write('<br /> to ')
document.write('<span style="font-style: italic;">')
document.write('The National Huguenot Society')
document.write('</span>')
document.write('</div>')


//   include the following code in any HTML document to include this code when the page is loaded:
//          <script src="/javascript/contact_info.js">
//          <!--
//          alert("Javascript error encountered.  Please notify Webmaster and provide URL of this page.");
//          //-->
//          </script>
