﻿var opacity=.7;$(document).ready(function(){$(".fadeimg").hover(function(){$(this).fadeTo("fast",1)},function(){$(this).fadeTo("fast",opacity)});$(".fadeimg").fadeTo("fast",opacity);$("ul.sf-menu").superfish({hoverClass:"sfHover",delay:100,animation:{opacity:"show",height:"show"},speed:"fast",autoArrows:false,dropShadows:false});if($("#myController").length>0)$("#myController").jFlow({slides:"#slides",controller:".jFlowControl",slideWrapper:"#jFlowSlide",selectedWrapper:"jFlowSelected",easing:"swing",width:"840px",height:"220px",duration:600,prev:".jFlowPrev",next:".jFlowNext"})})