<!--
function gotoPage(varItem)
{
  switch(varItem)
  {
    case 0:
      window.parent.self.status="Goes Nowhere";
      break;
    case 1:
      window.parent.self.status="Goes Nowhere";
      break;
    case 2:
      window.location="fastclip.shtml";
      break;
    case 3:
      window.location="safelokIII.shtml";
      break;
    case 4:
      window.location="safelok.shtml";
      break;
	case 5:
      window.location="eclip.shtml";
      break;
	case 6:
      window.location="prclip.shtml";
      break;
    case 7:
      window.location="panguard.shtml";
      break;
    case 8:
      window.location="vipa.shtml";
      break;
    case 9:
      window.location="srs.shtml";
      break;
	case 10:
      window.location="zlr.shtml";
      break;
	case 11:
      window.location="jointbar.shtml";
      break;
	case 12:
      window.location="rolledplates.shtml";
      break;
	case 13:
      window.location="castplates.shtml";
      break;
    case 14:
      window.location="tiepads.shtml";
      break;
    case 15:
      window.location="insulators.shtml";
      break;
	case 16:
      window.location="pressedsteel.shtml";
      break;
	case 17:
      window.location="forgedsteel.shtml";
      break;
	case 18:
      window.location="sashoulder.shtml";
      break;
	case 19:
      window.location="screwspikes.shtml";
      break;
	case 20:
      window.location="vsr.shtml";
      break;
	case 21:
      window.location="antiabrasion.shtml";
    break;
  }
}
// -->