$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
  $('#browseFeatures').hide();

 // toggles the slickbox on clicking the noted link  
  $('#featureBox-toggle').click(function() {
    $('#browseFeatures').toggle(400);
    return false;
  });
  
  
   // toggles the slickbox on clicking the noted link  
    $('#fTextContentToggle1').click(function() {
      $('#fTextContent1').toggle(400);
      return false;
    });
    // toggles the slickbox on clicking the noted link  
     $('#fTextContentToggle2').click(function() {
       $('#fTextContent2').toggle(400);
       return false;
     });
     // toggles the slickbox on clicking the noted link  
      $('#fTextContentToggle3').click(function() {
        $('#fTextContent3').toggle(400);
        return false;
      });
    // toggles the slickbox on clicking the noted link  
     $('#fTextContentToggle4').click(function() {
       $('#fTextContent4').toggle(400);
       return false;
     });
     // toggles the slickbox on clicking the noted link  
      $('#fTextContentToggle5').click(function() {
        $('#fTextContent5').toggle(400);
        return false;
      });
      // toggles the slickbox on clicking the noted link  
       $('#fTextContentToggle6').click(function() {
         $('#fTextContent6').toggle(400);
         return false;
       });
       // toggles the slickbox on clicking the noted link  
        $('#fTextContentToggle7').click(function() {
          $('#fTextContent7').toggle(400);
          return false;
        });
        // toggles the slickbox on clicking the noted link  
         $('#fTextContentToggle8').click(function() {
           $('#fTextContent8').toggle(400);
           return false;
         });
         // toggles the slickbox on clicking the noted link  
          $('#fTextContentToggle9').click(function() {
            $('#fTextContent9').toggle(400);
            return false;
          });
          // toggles the slickbox on clicking the noted link  
           $('#fTextContentToggle10').click(function() {
             $('#fTextContent10').toggle(400);
             return false;
           });
});
