document.getElementsByClassName('tabs').each(function(tab_group){  
	new Control.Tabs(tab_group);  
});