$(document).ready(function(){$('.buttonText').click(function(event){if(!event)event=window.event;var target=(event.target)?event.target:event.srcElement;$('.accounting').hide("slow");$('.block').hide("slow");$('.banking').hide("slow");$('.tax').hide("slow");$('.real').hide("slow");$('.windowT').hide("slow");$('.framing').hide("slow");$('.painting').hide("slow");$('.chiropractor').hide("slow");$('.publisher').hide("slow");$('.web').hide("slow");$('.promotion').hide("slow");$('.art').hide("slow");$('.financial').hide("slow");$('.security').hide("slow");$('.mortgage').hide("slow");$('.storage').hide("slow");$('.acupuncture').hide("slow");$('.decor').hide("slow");$('.residential').hide("slow");$('.commercial').hide("slow");$('.attorney').hide("slow");$('.advertisement').hide("slow");$('.insurance').hide("slow");buttons(target.id);return false;});function buttons(name){switch(name){case'attorney1':$('.attorney').show("normal");break;case'accounting1':$('.accounting').show("normal");break;case'tax1':$('.tax').show("normal");break;case'real1':$('.real').show("normal");break;case'window1':$('.windowT').show("normal");break;case'framing1':$('.framing').show("normal");break;case'painting1':$('.painting').show("normal");break;case'chiropractor1':$('.chiropractor').show("normal");break;case'publisher1':$('.publisher').show("normal");break;case'web1':$('.web').show("normal");break;case'promotion1':$('.promotion').show("normal");break;case'banking1':$('.banking').show("normal");break;case'art1':$('.art').show("normal");break;case'mortgage1':$('.mortgage').show("normal");break;case'storage1':$('.storage').show("normal");break;case'acupuncture1':$('.acupuncture').show("normal");break;case'decor1':$('.decor').show("normal");break;case'residential1':$('.residential').show("normal");break;case'commercial1':$('.commercial').show("normal");break;case'financial1':$('.financial').show("normal");break;case'advertisement1':$('.advertisement').show("normal");break;case'insurance1':$('.insurance').show("normal");break;case'security1':$('.security').show("normal");break;case'all1':$('.accounting').show("slow");$('.banking').show("slow");$('.tax').show("slow");$('.real').show("slow");$('.windowT').show("slow");$('.framing').show("slow");$('.painting').show("slow");$('.chiropractor').show("slow");$('.publisher').show("slow");$('.web').show("slow");$('.promotion').show("slow");$('.art').show("slow");$('.financial').show("slow");$('.security').show("slow");$('.mortgage').show("slow");$('.storage').show("slow");$('.acupuncture').show("slow");$('.decor').show("slow");$('.residential').show("slow");$('.commercial').show("slow");$('.attorney').show("slow");$('.advertisement').show("slow");$('.insurance').show("slow");break;}
return false;}}); 
