


function Mimer(lable,value) {
    this.lable = lable;
    this.value = value;
}

mimetype_groups = new Array();
mimetype_groups[0] = new Mimer("Lyd","audio/");
mimetype_groups[1] = new Mimer("Film","video/");
mimetype_groups[2] = new Mimer("Billede","image/");
mimetype_groups[3] = new Mimer("Andet","andet/");

mimetypes = new Array();

    mimetypes[0] = new Mimer('Java','application/java');

    mimetypes[1] = new Mimer('Microsoft Word dokument','application/msword');

    mimetypes[2] = new Mimer('Andet bin&aelig;rt format','application/octet-stream');

    mimetypes[3] = new Mimer('PDF','application/pdf');

    mimetypes[4] = new Mimer('RTF dokument','application/rtf');

    mimetypes[5] = new Mimer('Macromedia Flash','application/swf');

    mimetypes[6] = new Mimer('Microsoft regneark','application/vnd.ms-excel');

    mimetypes[7] = new Mimer('Microsoft Powerpoint','application/vnd.ms-powerpoint');

    mimetypes[8] = new Mimer('Microsoft Publisher','application/vnd.ms-publisher');

    mimetypes[9] = new Mimer('Microsoft Visio','application/vnd.ms-visio');

    mimetypes[10] = new Mimer('Microsoft Word dokument','application/vnd.ms-word');

    mimetypes[11] = new Mimer('Open Document Database','application/vnd.oasis.opendocument.base');

    mimetypes[12] = new Mimer('Open Document Diagram','application/vnd.oasis.opendocument.chart');

    mimetypes[13] = new Mimer('Open Document Database','application/vnd.oasis.opendocument.database');

    mimetypes[14] = new Mimer('Open Document Formel','application/vnd.oasis.opendocument.formula');

    mimetypes[15] = new Mimer('Open Document Tegning','application/vnd.oasis.opendocument.graphics');

    mimetypes[16] = new Mimer('Open Document Billede','application/vnd.oasis.opendocument.image');

    mimetypes[17] = new Mimer('Open Document Pr&aelig;sentation','application/vnd.oasis.opendocument.presentation');

    mimetypes[18] = new Mimer('Open Document Regneark','application/vnd.oasis.opendocument.spreadsheet');

    mimetypes[19] = new Mimer('Open Document Tekst','application/vnd.oasis.opendocument.text');

    mimetypes[20] = new Mimer('Microsoft Powerpoint','application/vnd.openxmlformats-officedocument.presentationml.presentation');

    mimetypes[21] = new Mimer('Microsoft regneark','application/vnd.openxmlformats-officedocument.spreadsheetml.sheet');

    mimetypes[22] = new Mimer('Microsoft Word dokument','application/vnd.openxmlformats-officedocument.wordprocessingml.document');

    mimetypes[23] = new Mimer('OpenOffice Database','application/vnd.sun.xml.base');

    mimetypes[24] = new Mimer('OpenOffice calc','application/vnd.sun.xml.calc');

    mimetypes[25] = new Mimer('OpenOffice draw','application/vnd.sun.xml.draw');

    mimetypes[26] = new Mimer('OpenOffice impress','application/vnd.sun.xml.impress');

    mimetypes[27] = new Mimer('OpenOffice writer','application/vnd.sun.xml.writer');

    mimetypes[28] = new Mimer('MathCAD fil','application/x-mathcad');

    mimetypes[29] = new Mimer('MSDOS Program','application/x-msdos-program');

    mimetypes[30] = new Mimer('Photoshop fil','application/x-photoshop');

    mimetypes[31] = new Mimer('Flash fil','application/x-shockwave-flash');

    mimetypes[32] = new Mimer('SMART Notebook fil','application/x-smarttech-notebook');

    mimetypes[33] = new Mimer('Tar fil','application/x-tar');

    mimetypes[34] = new Mimer('Ukendt digitalt format','application/x-unknown: Unknown format');

    mimetypes[35] = new Mimer('Hjemmeside','application/x-url');

    mimetypes[36] = new Mimer('Zip komprimeret fil','application/x-zip-compressed');

    mimetypes[37] = new Mimer('XML-fil','application/xml');

    mimetypes[38] = new Mimer('Zip komprimeret fil','application/zip');

    mimetypes[39] = new Mimer('Lydfil aiff','audio/aiff');

    mimetypes[40] = new Mimer('Lydfil avi','audio/avi');

    mimetypes[41] = new Mimer('Lydfil basic','audio/basic');

    mimetypes[42] = new Mimer('Lydfil mid','audio/mid');

    mimetypes[43] = new Mimer('Lydfil mp3','audio/mpeg');

    mimetypes[44] = new Mimer('Lydfil wav','audio/wav');

    mimetypes[45] = new Mimer('Lydfil real','audio/x-pn-realaudio');

    mimetypes[46] = new Mimer('Billede bmp','image/bmp');

    mimetypes[47] = new Mimer('Billede gif','image/gif');

    mimetypes[48] = new Mimer('Billede jpeg','image/jpeg');

    mimetypes[49] = new Mimer('Billede png','image/png');

    mimetypes[50] = new Mimer('Tegning svf','image/svf');

    mimetypes[51] = new Mimer('Billede tiff','image/tiff');

    mimetypes[52] = new Mimer('Billede png','image/x-png');

    mimetypes[53] = new Mimer('Billede x-wmf','image/x-wmf');

    mimetypes[54] = new Mimer('Email','message/rfc822');

    mimetypes[55] = new Mimer('Lydb&aring;nd','non-digital/audio-cass');

    mimetypes[56] = new Mimer('Audio CD','non-digital/audio-cd');

    mimetypes[57] = new Mimer('CD-ROM','non-digital/data-cdrom');

    mimetypes[58] = new Mimer('Diskette','non-digital/data-floppy');

    mimetypes[59] = new Mimer('Dias','non-digital/photo-dias');

    mimetypes[60] = new Mimer('Trykt materiale','non-digital/print');

    mimetypes[61] = new Mimer('DVD','non-digital/video-dvd');

    mimetypes[62] = new Mimer('VHS-b&aring;nd','non-digital/video-vhs');

    mimetypes[63] = new Mimer('Andet ikke-digital format','non-digital/x-other');

    mimetypes[64] = new Mimer('Web relateret fil','text/css');

    mimetypes[65] = new Mimer('Webside','text/html');

    mimetypes[66] = new Mimer('Tekstfil','text/plain');

    mimetypes[67] = new Mimer('XML-fil','text/xml');

    mimetypes[68] = new Mimer('Video avi','video/avi');

    mimetypes[69] = new Mimer('Video mpeg','video/mpeg');

    mimetypes[70] = new Mimer('Video quicktime','video/quicktime');

    mimetypes[71] = new Mimer('Video wmv','video/wmv');


