/**
 * @author sarca
 */

 $(document).ready(function(){
 	$("#tabs").tabs();
 });

