// Footer textual navigation.

function displayFooterNavs()
{
  document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="18">');
  document.write('<tr>');
  document.write('<td align="center" class="copyrightFooter"><a href="index.html" onMouseOver="MM_displayStatusMsg(\'Click here to go back to the Home Page.\');return document.MM_returnValue" onMouseOut="MM_displayStatusMsg(\'\');return document.MM_returnValue">HOME</a> &nbsp;&nbsp;|&nbsp;&nbsp; <a href="icss.html" onMouseOver="MM_displayStatusMsg(\'Click here to view the ICSS section.\');return document.MM_returnValue" onMouseOut="MM_displayStatusMsg(\'\');return document.MM_returnValue">ICSS&trade;</a> &nbsp;&nbsp;|&nbsp;&nbsp; <a href="professionalServices.html" onMouseOver="MM_displayStatusMsg(\'Click here to view the Professional Services section.\');return document.MM_returnValue" onMouseOut="MM_displayStatusMsg(\'\');return document.MM_returnValue">Professional Services</a> &nbsp;&nbsp;|&nbsp;&nbsp;|&nbsp;&nbsp; <a href="aboutJCS.html" onMouseOver="MM_displayStatusMsg(\'Click here to view the About JCS section.\');return document.MM_returnValue" onMouseOut="MM_displayStatusMsg(\'\');return document.MM_returnValue">About JCS</a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="contactUs.html" onMouseOver="MM_displayStatusMsg(\'Click here to view the Contact Us section.\');return document.MM_returnValue" onMouseOut="MM_displayStatusMsg(\'\');return document.MM_returnValue"> Contact Us</a> &nbsp;&nbsp;|&nbsp;&nbsp; <a href="demoSignUp.html" onMouseOver="MM_displayStatusMsg(\'Click here to Sign-Up for an ICSS Demonstration!\');return document.MM_returnValue" onMouseOut="MM_displayStatusMsg(\'\');return document.MM_returnValue">Sign-Up for a Demo!</a></td>');
  document.write('</tr>');
  document.write('</table>');
}