var myTabs = new YAHOO.widget.TabView("tabs");
        function gotoTab(ndx) {
            myTabs.set('activeIndex', ndx);
        }
