function init(){applyGeneralListStyles();applyGlobalNavigationStyles();applyHoverStyles();applySelectAllBehavior();applyTableStyles();setSearchText();stylePaginationAndSiteTools();applySifrReplacements();addSwfAddressListener();showSifr();setupAccordions()}function setupTabs(){Util.waitFor({condition:function(){if($$(".tabs .contents h4").length>0&&!$$(".tabs .contents h4").all(function(A){return A.hasClassName("sIFR-replaced")})){return false}return true},callback:function(){var A=$$(".tabs");if(!A.length){return }A.each(function(C){var B=[];var F=C.select(".buttons>li");var G=C.select(".contents>div");for(var E=0;E<F.length;E++){B.push({tab:F[E],block:G[E]})}var D=new com.atmospherebbdo.widgets.Tabs(B)})}})};