$(function() { $(".latest_img a").css("opacity","1.0");$(".latest_img a").hover(function () { $(this).stop().animate({opacity: 0.7}, "slow");},function () {$(this).stop().animate({opacity: 1.0}, "slow");});});$(document).ready(function(){$(".btn-slide").click(function(){$("#panel").slideToggle("slow");$(this).toggleClass("active"); return false;});});$(document).ready(function(){$(".openmap").colorbox({width:"80%", height:"80%", iframe:true});$("#click").click(function(){$('#click').css({"background-color":"#fff", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");return false;});});

$(function() { $(".menu-item a").css("opacity","1.0");$(".menu-item a").hover(function () { $(this).stop().animate({opacity: 0.7}, "slow");},function () {$(this).stop().animate({opacity: 1.0}, "slow");});});$(document).ready(function(){$(".btn-slide").click(function(){$("#panel").slideToggle("slow");$(this).toggleClass("active"); return false;});});$(document).ready(function(){$(".openmap").colorbox({width:"80%", height:"80%", iframe:true});$("#click").click(function(){$('#click').css({"background-color":"#fff", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");return false;});});


