
jQuery('document').ready(function(){jQuery("#shadow").css("height",jQuery(document).height()).hide();jQuery(".lightSwitcher").click(function(){jQuery("#shadow").toggle();if(jQuery("#shadow").is(":hidden"))
jQuery(this).removeClass("turnedOff");else
jQuery(this).addClass("turnedOff");});});jQuery(document).ready(function(){jQuery(".panel img").removeAttr("alt");jQuery(".window img").removeAttr("alt");jQuery(".window a").removeAttr("title");jQuery(".panel a").removeAttr("title");jQuery(".panel span").fadeTo("fast",0);jQuery(".panel span").hover(function(){jQuery(this).fadeTo("normal",0.7);},function(){jQuery(this).fadeTo("normal",0);});});jQuery('document').ready(function(){jQuery('.loginfooter img').fadeTo("fast",0.6);jQuery('.loginfooter img').hover(function(){jQuery(this).fadeTo("normal",1.0);jQuery(this).attr("src",jQuery(this).attr("src").replace(/.gif/,"-over.gif"));},function(){jQuery(this).attr("src",jQuery(this).attr("src").replace(/-over.gif/,".gif"));jQuery(this).fadeTo("normal",0.6);});});jQuery('document').ready(function(){jQuery("#nav a").removeAttr("title");jQuery("#nav ul ").css({display:"none"});jQuery(" #nav li").hover(function(){jQuery(this).find('ul:first').css({visibility:"visible",display:"none"}).show(300);},function(){jQuery(this).find('ul:first').css({visibility:"hidden"});});});jQuery('document').ready(function(){jQuery(".tab_wrapper img").removeAttr("alt");jQuery(".tab_content").hide();jQuery("ul.tabs li:first").addClass("active").show();jQuery(".tab_content:first").show();jQuery("ul.tabs li").click(function(){jQuery("ul.tabs li").removeClass("active");jQuery(this).addClass("active");jQuery(".tab_content").hide();var activeTab=jQuery(this).find("a").attr("href");jQuery(activeTab).show();return false;});});jQuery('document').ready(function($){$(".relcarousel").jCarouselLite({btnNext:".next",btnPrev:".prev",visible:3,scroll:1,speed:400,circular:false});});jQuery('document').ready(function($){jQuery(".relcarousel img").removeAttr("alt");jQuery(".relcarousel a").removeAttr("title");jQuery(".relcarousel li").hover(function(){jQuery(".srcaption",this).stop().animate({top:'9px'},{queue:false,duration:350});},function(){jQuery(".srcaption",this).stop().animate({top:'200px'},{queue:false,duration:650});});});function showlayer(layer){var myLayer=document.getElementById(layer);if(myLayer.style.display=="none"||myLayer.style.display==""){myLayer.style.display="block";}else{myLayer.style.display="none";}}
