$(document).ready(function(){
    
    $(".hideAndSeek").click(function () {
      $("#ProductDetBox").toggle("slow");
    });    

  });

