/*
    Cross-browser wrapper for Download Manager
*/
function DMWrapper() {
    this.classid = 'E0060B31-3C68-4a20-8EF0-8BBA629C3FB9';
    this.progid = 'M6VOD.CoExpose';
    this.type = this.TYPE_NA;
    this.supportXPCOM = false;
}