function docopyright(page) {
  document.write('<span class="smallestgreytext">');
  document.write('Copyright &copy; 2005 3Com Corporation. All rights reserved. ');

  switch (page)  {
    case 'home' : document.write('3Com and the 3Com logo are registered trademarks of 3Com Corporation. '); break;
    case 'gigabit' : document.write('3Com, the 3Com logo, and OfficeConnect are registered trademarks of 3Com Corporation. '); break;
    case 'voip' : document.write('3Com and the 3Com logo are registered trademarks of 3Com Corporation. TippingPoint is a trademark of 3Com Corporation. '); break;
    case 'wireless' : document.write('3Com, the 3Com logo, and XJACK are registered trademarks of 3Com Corporation. TippingPoint is a trademark of 3Com Corporation. '); break;
  }
  
  document.write('All other company and product names may be trademarks of their respective companies. While every effort is made to ensure the information given is accurate, 3Com does not accept liability for any errors or mistakes which may arise. Specifications and other information in this document may be subject to change without notice.<br>');
  document.writeln('</span>');
}
