window.addEvent('domready', function () { 
    new TabSwapper({
        selectedClass: 'activeTab',
        deselectedClass: 'inactiveTab',
        tabs: $$('#ProductInfoTabs h3.tab'),
        clickers: $$('#ProductInfoTabs h3.tab a'),
        sections: $$('#ProductInfoTabs .page')
    });  
});
