document.observe('dom:loaded',function(){
   $$('.tabs').each(function(tab_group){new Control.Tabs(tab_group);}); 
});
