﻿$(document).ready(function() {
	$('#tabs').show();
	$('#tabs').tabs();
});