﻿
$(document).ready(function(){$(".multimedia .image").click(function(){$(".multimedia .video").show();$(this).hide();});$(".fontsize > a").click(function(){$(".wrapper").attr("class","wrapper "+$(this).attr("class"));document.cookie='fontSize='+$(this).attr("class")+';path=/';return false;});$(".topmenu").addClass("jscript");var config={over:fadeIn,out:fadeOut,timeout:100,interval:50};$(".topmenu.jscript li").hoverIntent(config);function fadeIn(){$(".megamenu",this).fadeIn("fast");}
function fadeOut(){$(".megamenu",this).fadeOut("fast");}
$('.topmenu li').click(function(){$(this).siblings().find('.megamenu').fadeOut('fast');$(".megamenu",this).fadeToggle('fast');});$('.topmenu').bind('clickoutside',function(event){$(".megamenu").hide();});});$(window).load(function(){$('#_atssh').appendTo($(document.body))});
