var szNormal=51,szSmall=51,szFull=207;function autoAccordionInit(){var B=$("content").getElementsBySelector("div.main3 div div.inner");var A=new Fx.Elements(B,{wait:false,duration:300,transition:Fx.Transitions.linear,onComplete:setBg});B.each(function(D,C){D.addEvent("mouseenter",function(E){var F={};F[C]={height:[D.getStyle("height").toInt(),szFull]};B.each(function(G,I){if(C!=I){var H=G.getStyle("height").toInt();if(H!=szSmall){F[I]={height:[H,szSmall]}}}});A.start(F)})});if($("contentProds")){$("contentProds").addEvent("mouseleave",function(C){var D={};B.each(function(F,E){D[E]={height:[F.getStyle("height").toInt(),szNormal]}});A.start(D)})}}function setBg(){var A=$("content").getElementsBySelector("div.main3 div div.inner");A.each(function(D,C){var E=D.getParent();var B=null;switch(C){case 0:B="images/co-prod-bkg-bottom.jpg";break;case 1:B="images/edu-prod-bkg-bottom.jpg";break;case 2:B="images/edu-prod-bkg-bottom.jpg";break;case 3:B="images/biz-prod-bkg-bottom.jpg";break;default:B="images/biz-prod-bkg-bottom.jpg";break}if(D.getStyle("height").toInt()!=szFull){E.setStyle("background-image",'url("'+B+'")')}else{E.setStyle("background-image","none")}})};