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