document.observe('dom:loaded',function(){	
	new Control.Tabs('tab_group',{  
        hover:false
	});
	});
