﻿function footer() {
  document.write('  <ul>');
  document.write('    <li><a href="index.html">Home &nbsp;|</a></li>');
  document.write('    <li><a href="r-tech-solutions-company.html">Company &nbsp; |</a></li>');
  document.write('    <li><a href="website-design-and-development.html">Solutions &nbsp; |</a></li>');  
  document.write('    <li><a href="web-technologies-php.html">Technologies &nbsp; |</a></li>');    
  document.write('    <li><a href="r-tech-solutions-privacy-policy.html">Privacy Policy &nbsp; |</a></li>');
  document.write('    <li><a href="r-tech-solutions-contact-us.html">Support</a></li>');
  document.write('  </ul>');
  document.write('  <br />');
  document.write('  <p>&copy;2008 <a href="index.html" class="regular" title="R-Tech Solutions">R-Tech Solutions. All Rights Reserved.</a></p>');
}

function footer2() {
  document.write('  <ul>');
  document.write('    <li><a href="index.html">Home &nbsp;|</a></li>');
  document.write('    <li><a href="../r-tech-solutions-company.html">Company &nbsp; |</a></li>');
  document.write('    <li><a href="../website-design-and-development.html">Solutions &nbsp; |</a></li>');  
  document.write('    <li><a href="../web-technologies-php.html">Technologies &nbsp; |</a></li>');    
  document.write('    <li><a href="../r-tech-solutions-privacy-policy.html">Privacy Policy &nbsp; |</a></li>');
  document.write('    <li><a href="../r-tech-solutions-contact-us.html">Support</a></li>');
  document.write('  </ul>');
  document.write('  <br />');
  document.write('  <p>&copy;2008 <a href="../index.html" class="regular" title="R-Tech Solutions">R-Tech Solutions. All Rights Reserved.</a></p>');
}


var inner="false";
