<!--
      var caption = new Array(16);
      caption[00] = 'View Shopping Cart';
      caption[01] = 'Heel Lifts';
      caption[02] = 'Full Sole Inserts';
      caption[03] = 'All-Terrain Stepper';
      caption[04] = 'Strutters';
      caption[05] = 'Testimonials';
      caption[06] = 'Healthcare Professionals';
      caption[07] = 'FAQ';
      caption[08] = 'Our Story';
      caption[09] = 'Contact Us';
      caption[10] = 'Helpful Links';
      caption[11] = 'Home';
      caption[12] = 'Shipping Policy';
      caption[13] = 'White Heel Wedge';
      caption[14] = 'WalkVestŪ';
      caption[15] = 'Bed-Couch Pushup Bar';
	  caption[16] = 'Healthcare Professionals and Distributors';

      var linkOff = new ImageArray('images/viewcart_norm.gif','images/heel_norm.gif','images/sole_norm.gif','images/stepper_norm.gif','images/strutter_norm.gif','images/testimonials_norm.gif','images/health_norm.gif','images/faq_norm.gif','images/story_norm.gif','images/contact_norm.gif','images/helpfullinks_norm.gif','images/home_norm.gif','images/ship_norm.gif','images/white_wedge_norm.gif','images/walkvest_norm.gif','images/bedbar_norm.gif','images/healthcare_norm.gif');
      var linkOn = new ImageArray('images/viewcart_over.gif','images/heel_over.gif','images/sole_over.gif','images/stepper_over.gif','images/strutter_over.gif','images/testimonials_over.gif','images/health_over.gif','images/faq_over.gif','images/story_over.gif','images/contact_over.gif','images/helpfullinks_over.gif','images/home_over.gif','images/ship_over.gif','images/white_wedge_over.gif','images/walkvest_over.gif','images/bedbar_over.gif','images/healthcare_over.gif');

      function ImageArray() {
        this.length = ImageArray.arguments.length
        for (var i = 0; i < this.length; i++) {
          this[i] = new Image()
          this[i].src = ImageArray.arguments[i]}
      }

      function onOut(n) {
        eval("document.images.link" + (n + 1) + ".src = linkOff[" + n + "].src");
        window.status = '';
      }

      function onOver(n) {
        eval("document.images.link" + (n + 1) + ".src = linkOn[" + n + "].src");
        window.status = caption[n];
      }
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
  //-->