﻿/// <reference path="jquery-1.3.2.min-vsdoc2.js" />
$(document).ready(function() {
    $("#tabs2").show();
    $("#tabs2").tabs();
});