//This code is optimized by the w3compiler from Port80 Software:  BUY w3compiler to remove this comment from your optimized files at www.w3compiler.com!
Event.observe(window,'load',loadAccordions,false);function readCookie(name){var nameEQ=name+"=";var ca=document.cookie.split(';');for(var i=0;i<ca.length;i++){var c=ca[i];while(c.charAt(0)==' ')c=c.substring(1,c.length);if(c.indexOf(nameEQ)==0)return c.substring(nameEQ.length,c.length);}return null;}function loadAccordions(){var bottomAccordion=new accordion('vertical_container');var __padre=readCookie('padre');if(__padre!=null){bottomAccordion.activate($$('#vertical_container .accordion_toggle')[__padre]);}}