Event.observe(window,"load",function(){setupCustomerInfo()});function setupMoredata(){var a=$$(".more");a.each(function(b){b.getElementsByClassName("more-prompt")[0].style.cursor="pointer";b.getElementsByClassName("more-prompt")[0].onclick=function(){Effect.toggle(b.getElementsByClassName("more-data")[0],"slide",{duration:0.75})};b.getElementsByClassName("more-data")[0].style.display="none";b.getElementsByClassName("more-prompt")[0].style.display="block"})}function setupCustomerInfo(){var a=$$(".customer-info");a.each(function(b){var e=b.getElementsByClassName("case-study")[0];var f=b.getElementsByClassName("go-case")[0];var d=b.getElementsByClassName("testimonial")[0];var c=b.getElementsByClassName("go-testimonial")[0];if(f&&e){f.style.cursor="pointer";f.onclick=function(){this.className=(this.className.match(/expanded/)?this.className.replace(/ *expanded/,""):this.className+" expanded");Effect.toggle(e,"blind",{duration:0.5})};if(!f.className.match(/expanded/)){e.style.display="none"}}if(c&&d){c.style.cursor="pointer";c.onclick=function(){this.className=(this.className.match(/expanded/)?this.className.replace(/ *expanded/,""):this.className+" expanded");Effect.toggle(d,"slide",{duration:0.75})};if(!c.className.match(/expanded/)){d.style.display="none"}}})};
