﻿$(document).ready(function() {
    $('#p_detail div.tabs').tabs({ cookie: { expires: 30 }, fx: { opacity: 'toggle', duration: 'fast'} });
})
