﻿$(function(){
    // Tabs
    $('#tabs').tabs({cache:true}); 
    $('#tabs').css('visibility', 'visible');
});	

