<!--
function settitle(title) {
  top.document.title = title;
}

function botmenu() {
  document.write('<P align="center">&nbsp;</P>');

  document.write('<P align="center">');
  document.write('[ <A href="/home.html">home</A> | ');
  document.write('<A href="/holderpneu.html">pneumatic holder</A> | ');
  document.write('<A href="/holdernonpneu.html">non-pneumatic holder</A> | ');
  document.write('<A href="/stitcher.html">stitcher</A> | ');
  document.write('<A href="/footstand.html">footstand</A> ] ');
  document.write('<BR>');

  document.write('[ <A href="/manpjctr.html">manipujector</A> | ');
  document.write('<A href="/contact.html">ordering</A> | ');
  document.write('<A href="/contact.html">salesmen</A> | ');
  document.write('<A href="/contact.html">contact us</A> ]</P>');
  
  document.write('<P align="center">Copyright&copy; 2011, Kronner Medical Manufacturing</P>');
}
-->

