

$(function() {

	    // Options for SuperBGImage
	    $.fn.superbgimage.options = {
	        slideshow: 1, // 0-none, 1-autostart slideshow
	        slide_interval: 5000, // interval for the slideshow
	       speed: 'slow' // animation speed
	    };
	 
	    // initialize SuperBGImage
	    $('#superbgimage').superbgimage().hide();
      
	$('#content a.toggle').click(function(e) {
	  $('#content h3, #content p').slideToggle('500', function() {
	    // Animation complete.

	  }); 

      $(this).text($(this).text() == 'Open' ? 'Close' : 'Open');        
	  e.preventDefault();
	});
        
});         


$(document).ready(function(){$("a[href^='http']").not("[href*='mespilhotel.com']").attr('target','_blank');});
$(document).ready(function(){
	$("a[href$=pdf]").attr('target','_blank');
	$("a.blank").attr('target','_blank');
});

