$(document).ready(function(){$(function(){$("#Level_VisualBackground").bgStretcher({images:["../../Libs/Visuals/Visual_"+RandNum(1,7)+".jpg"],anchoring:"center top",anchoringImg:"center top",imageWidth:1680,imageHeight:323})});$(function(){a($("#HeadContents_MenuNavigation #MenuNavigation_Company"),"MenuNavigation_Button_Hover");a($("#HeadContents_MenuNavigation #MenuNavigation_Products"),"MenuNavigation_Button_Hover");a($("#HeadContents_MenuNavigation #MenuNavigation_Services"),"MenuNavigation_Button_Hover");function a(d,f){var a=$(".MenuButton",d),c=$(".MenuContent",d),e=a.attr("class");c.hide();var g=200,b=[];d.hover(function(){var d=jQuery.data(this);b[d]=setTimeout(function(){a.removeClass();a.addClass(f);c.show(0);b[d]=""},g)},function(){var d=jQuery.data(this);if(b[d]!="")clearTimeout(b[d]);else c.slideUp(0,function(){a.removeClass();a.addClass(e)})})}})});function RandNum(){var f=arguments.length,a=-1,b=-1;switch(f){case 1:a=0;b=arguments[0];break;case 2:a=arguments[0];b=arguments[1];break;default:a=-1}if(a>=0)var g=Math.random(),e=b-a,d=g*e,c=Math.round(d)+a;return c}
