$(document).ready(function(){$("#JMyCarousel").jMyCarousel({visible:"100%",auto:true,speed:500,eltByElt:false});var h=$("#content-holder li").size();var d=0;$("#content-holder li").each(function(i){d+=$(this).outerWidth(true)});$("#content-holder").css({width:d});$("#gallerySlider").slider({animate:true,change:b,slide:g});function b(k,j){var i=$("#content-scroll").prop("scrollWidth")-$("#content-scroll").width();$("#content-scroll").animate({scrollLeft:j.value*(i/100)},1000)}function g(k,j){var i=$("#content-scroll").prop("scrollWidth")-$("#content-scroll").width();$("#content-scroll").prop({scrollLeft:j.value*(i/100)})}$(".infiniteCarousel").infiniteCarousel();$("ul.sf-menu").superfish({delay:500,animation:{opacity:"show",height:"show"},speed:"fast",autoArrows:true,dropShadows:false});$("a#newsletterSignUp").myModal({popupHeight:300,initialMessage:"Sign Up To Our Newsletter!",closeLink:"Close",closeMessage:"Goodbye!",sentMessage:"Thanks For Signing Up",opacity:0.7,ajaxFormUrl:"/engage-remote/ajax/form_newsletter.php",ajaxValidationUrl:"/engage-remote/ajax/form_validation.php"});$("a#leaveFeedback").myModal({popupHeight:400,initialMessage:"Please Leave Us Some Feedback",closeLink:"Close",closeMessage:"Goodbye!",sentMessage:"Many thanks for your feedback",opacity:0.7,ajaxFormUrl:"/engage-remote/ajax/form_feedback.php",ajaxValidationUrl:"/engage-remote/ajax/form_validation.php"});var f=$(".errors");f.hide();f.slideDown("slow");$("#imageGallery").cycle({fx:"fade",pause:1,speed:2500,timeout:2000});$("input.btn").hover(function(){$(this).addClass("hover")},function(){$(this).removeClass("hover")});var a=$("form.search input:not(:submit)");var e=a.val();a.focus(function(){if($(this).val()==e){a.val("")}});$("input.btn").focus(function(){$(this).addClass("hover")});$("form:not(.search) input:not(:submit),textarea ").focus(function(){$(this).addClass("inputFocus")}).blur(function(){$(this).removeClass("inputFocus")}).keyup(function(){$(this).removeClass("inputFocus")});$("fieldset").each(function(){var i=$("legend",this).remove().text();$("<h3></h3>").text(i).prependTo(this)});function c(k){var n=[],m;var j=k.slice(k.indexOf("?")+1).split("&");for(var l=0;l<j.length;l++){m=j[l].split("=");n.push(m[0]);n[m[0]]=m[1]}return n}$(".success").hide().slideDown("slow").delay(5000).fadeOut("slow",function(){location.href="contact"});$("a[rel='imageGallery']").colorbox({opacity:0.7});$("#loading").ajaxStart(function(){$(this).show()}).ajaxStop(function(){$(this).hide()})});
