// 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; <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 for a Demo!\');return document.MM_returnValue" onMouseOut="MM_displayStatusMsg(\'\');return document.MM_returnValue">Click for a Demo!</a></td>');
  document.write('</tr>');
  document.write('</table>');
  document.write('<script type=\"text/javascript\">var _gaq = _gaq || [];_gaq.push([\'_setAccount\', \'UA-2822635-54\']);_gaq.push([\'_trackPageview\']);(function() {var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;ga.src = (\'https:\' == document.location.protocol ? \'https://ssl\' : \'http://www\') + \'.google-analytics.com/ga.js\';var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);})();</script>');
}
