var googleSiteSearchInitialized = false;var searchControl = null;function cseLoaded() {searchControl = new google.search.SearchControl();var siteSearch = new google.search.WebSearch();siteSearch.setSiteRestriction("www.visitlalaguna.es");var options = new google.search.SearcherOptions();options.setExpandMode(google.search.SearchControl.EXPAND_MODE_OPEN);searchControl.addSearcher(siteSearch,options);var drawOptions = new google.search.DrawOptions();drawOptions.setDrawMode( google.search.SearchControl.DRAW_MODE_LINEAR );var cse_helper = $jq("<"+"div id='cse_helper'"+">"+"<"+"\/div"+">");drawOptions.setSearchFormRoot(cse_helper[0]);searchControl.draw(document.getElementById("cse_res_container"),drawOptions);searchControl.execute(document.getElementById('term').value);$jq("#results_001978948531452640788").show();googleSiteSearchInitialized = true;}
$jq(function(){  
	      $jq(".title-bar.is_closable").click(function(event) {
		    if ( $jq(this).hasClass("is_closed") ){
			  $jq(this).removeClass("is_closed");
		    } else {
			  $jq(this).addClass("is_closed");
		    }

		    var content = $jq(this).closest(".block").children(".block-content").first();

		    if ( content.hasClass("closed") ){
			  content.removeClass("closed");
		    } else {
			  content.addClass("closed");
		    }
	      });  
	  });
$jq(function(){$jq("div.illustrated-text a[href^=http://]").attr("target","_blank");});
$jq(function(){$jq("#main-menu-item-630").attr("class", "selected");});
$jq(function(){$jq("div#search form").submit(function(){if(window["google"] && window["google"]["search"]){if(!googleSiteSearchInitialized){cseLoaded();} else {searchControl.execute(document.getElementById('term').value);$jq("#results_001978948531452640788").show();}} else {google.load("search","1",{"callback":cseLoaded});}return false;});$jq("div#search input#term").focus(function () {$jq(this).val("");});$jq("div#search #results_001978948531452640788 .cse-closeResults").click(function(){$jq("#results_001978948531452640788").hide();});});

