﻿//swfobject.registerObject("csSWF", "9.0.115", "expressInstall.swf");

$(document).ready(function() {
    $('a, img').tooltip({ track: true, showURL: false }); //ToolTips
    $('#modalHelpVideo').jqm({ modal: true, toTop: true, overlay: 80, trigger: '#HelpVideoTrigger',
        onHide: function(hash) {
            hash.o.remove();
            hash.w.customToggle(false);
        },
        onShow: function(hash) {
            currentModal = hash.w;
            hash.w.customToggle(true);
        }
    });
});