<script type="text/javascript"> function initTabs2449() { var imgArray = ['section-wrapper-home-1.gif', 'section-wrapper-home-4.gif', 'section-wrapper-home-3.gif', 'section-wrapper-home-2.gif', 'message-home-1.jpg', 'message-home-4.jpg', 'message-home-3.jpg', 'message-home-2.jpg' ]; imgArray.each(function(image) { (new Image()).src =pt_2449.transformURL( '/images/bg/' + image); }); var tour = new TabManager( 'section-home', { triggerSelector: "ul#options li a", useSlideClass: 'widget-text', action: 'mouseover', mode: 'containedAutoPlay', autoPlayDelay: 5000, beforeShow: function() { var cn = 'section-home-' + (arguments[0] + 1); $('section-home').parentNode.className = cn; $$('.widget-default')[0].hide(); }, afterReset: function() { $('section-home').parentNode.className = 'section-home'; $$('.widget-default')[0].show(); } } ); } Event.observe(window, 'load', function() { initTabs2449(); } ) </script>