$(document).ready(function(){ $('#mbk').fadeTo(200, 0.1);$('#mbk').hover(function(){$(this).fadeTo(200,1.0);},function(){$(this).fadeTo(200,0.1);}); $('a[rel*="external"]').live('click',function(){this.target='_blank';}).addClass('extLink'); $('a[rel*="banner"]').live('click',function(){this.target='_blank';}); $('a[rel*="googlemaps"]').live('click',function(){this.target='_blank';}); $('img.showgal').live('click',function(){$('a.imgThumb:first').click();}); $('#debugTools a').fadeTo(200, 0.3);$('#debugTools a').hover(function(){$(this).fadeTo(200, 1.0);},function(){$(this).fadeTo(200, 0.3);}); $('input[type=checkbox],input[type=radio]').prettyCheckboxes({checkboxWidth: 17,checkboxHeight: 17,className : 'prettyCheckbox',display: 'inline'}); $('#showHN').live('click',function(){$('.groupSouth').fadeTo(300,0,function(){$(this).css('display','none');});$('.groupNorth').fadeTo(300,1);}); $('#showHS').live('click',function(){$('.groupNorth').fadeTo(300,0,function(){$(this).css('display','none');});$('.groupSouth').fadeTo(300,1);}); $('#mapLayer1').live('click',function(){if($(this).attr('checked')){$('#sm1N').fadeTo(300,1);$('#sm1S').fadeTo(300,1);}else{$('#sm1N').fadeTo(300,0);$('#sm1S').fadeTo(300,0);}}); $('#mapLayer3').live('click',function(){if($(this).attr('checked')){$('#sm3N').fadeTo(300,1);$('#sm3S').fadeTo(300,1);}else{$('#sm3N').fadeTo(300,0);$('#sm3S').fadeTo(300,0);}}); $('#mapLayer4').live('click',function(){if($(this).attr('checked')){$('#sm4N').fadeTo(300,1);$('#sm4S').fadeTo(300,1);}else{$('#sm4N').fadeTo(300,0);$('#sm4S').fadeTo(300,0);}}); $('#mapN').live('click',function(){if($(this).attr('value')=='mapN'){$('.groupSouth').fadeTo(300,0);$('.groupNorth').fadeTo(300,1);}}); $('#mapS').live('click',function(){if($(this).attr('value')=='mapS'){$('.groupNorth').fadeTo(300,0);$('.groupSouth').fadeTo(300,1);}}); $('#bgD').live('click',function(){if($(this).attr('value')=='bgD'){$('#map').removeClass('bgNight');$('#map').addClass('bgDay');}}); $('#bgN').live('click',function(){if($(this).attr('value')=='bgN'){$('#map').removeClass('bgDay');$('#map').addClass('bgNight');}}); }); $(document).ready(function(){$("a[rel^='prettyPhoto']").prettyPhoto({ animation_speed:100, deeplinking: true, social_tools: '', theme:'az', opacity:0.55, show_title:false, allow_resize:true, default_width:500, default_height:344, slideshow: false, autoplay:false, modal:false, overlay_gallery:false, counter_separator_label:' / ', keyboard_shortcuts:true}); }); function jQR() { startClock(); $('.fbIFrame').css('visibility', 'visible'); }