$(document).ready(function() {
      $('a.toggle').click(function(){
        // var toggleImage = $('img', this).attr('src'); // get the src attribute of the image
        // $(this).find('img').attr('src', toggleImage == 'http://photos.marmara.com/DesignImages/icons/arrow_right_fixed.png' ? 'http://photos.marmara.com/DesignImages/icons/arrow_down_fixed.png' : 'http://photos.marmara.com/DesignImages/icons/arrow_right_fixed.png').end() // toggle the image src  attribute, then return selector to
        // $(this).parent('p.ShowHide').next('div').toggle();
        // $(this).parent('div.ShowHide').find('div.DatesTarifsDetails').toggle("slow"); // added by Kemal
      });
      
      // $('a.toggleResults').click(function() {
		// var toggleImage = $('img', this).attr('src'); // get the src attribute of the image
          // $(this).find('img').attr('src', toggleImage == 'http://photos.marmara.com/DesignImages/buttons/display_off.png' ? 'http://photos.marmara.com/DesignImages/buttons/display_on.png' : 'http://photos.marmara.com/DesignImages/buttons/display_off.png').end() // toggle the image src  attribute, then return selector to           
    	  //$('div#FormTriResults').toggle('slow');
     // });
      
      // $('div#FormTriResults').toggle('slow');
});
