/*
Title:      
Author:		
Updated:    
*/

$(function() {
	$("#tabs").tabs();
	$("#tabs-1").tabs({event: 'mouseover'});
	$("#tabs-2").tabs({event: 'mouseover'});

});