function setouttype(sel) { var t = new Array(); 
sel.options[0] = new Option('---- Image ----','');
sel.options[1]= new Option('Adobe Photoshop bitmap file (psd)','528');
sel.options[2]= new Option('Apple Macintosh QuickDraw (pict)','525');
sel.options[3]= new Option('AVS X image (avs)','507');
sel.options[4]= new Option('CCIR 601 4:1:1 (yuv)','535');
sel.options[5]= new Option('Common 2-dimensional bitmap (pam)','518');
sel.options[6]= new Option('Flexible Image Transport System (fits)','512');
sel.options[7]= new Option('Graphics interchange format (gif)','502');
sel.options[8]= new Option('HP Page Control Language (pcl)','522');
sel.options[9]= new Option('Irix RGB image (sgi)','530');
sel.options[10] = new Option('Joint ph. experts group (.jfif,.jif,.jpe,.jpeg,.jpg)','500');
sel.options[11]= new Option('Kodak Cineon Image Format (cin)','508');
sel.options[12]= new Option('Magick image file format (miff)','514');
sel.options[13]= new Option('Microsoft icon (ico)','513');
sel.options[14]= new Option('On-the-air Bitmap (otb)','516');
sel.options[15]= new Option('Palm pixmap (palm)','519');
sel.options[16]= new Option('Photo CD (pcd)','523');
sel.options[17]= new Option('Photo CD - sRGB color (pcds)','529');
sel.options[18]= new Option('Portable anymap (pnm)','517');
sel.options[19]= new Option('Portable bitmap format black/white (pbm)','520');
sel.options[20]= new Option('Portable network graphics (png)','504');
sel.options[21]= new Option('portable pixmap file format (pgm)','506');
sel.options[22]= new Option('Portable pixmap format - color (ppm)','526');
sel.options[23]= new Option('SMPTE digital moving picture exchange (dpx)','511');
sel.options[24] = new Option('SUN Raster Image (.ras,.sun)','531');
sel.options[25] = new Option('Tagged Image File Format (.tif,.tiff)','505');
sel.options[26]= new Option('Truevision TGA (tga)','503');
sel.options[27]= new Option('Windows bitmap (bmp)','501');
sel.options[28]= new Option('Windows device independent bitmap (dib)','510');
sel.options[29]= new Option('X Windows system bitmap black/white (xbm)','533');
sel.options[30]= new Option('X Windows system pixmap (xpm)','534');
sel.options[31]= new Option('Xv\'s Visual Schnauzer thumbnail (p7)','521');
sel.options[32]= new Option('ZSoft IBM PC multi-page Paintbrush (dcx)','509');
sel.options[33]= new Option('ZSoft IBM PC Paintbrush file (pcx)','524');
sel.options[34] = new Option('---- Vector Document ----','');
sel.options[35]= new Option('Magick Vector Graphics (mvg)','602');
sel.options[36]= new Option('Scalable Vector Graphics (svg)','601');
sel.options[37]= new Option('Windows Metafile (wmf)','600');
sel.options[38] = new Option('---- Vector Document ----','');
sel.options[39]= new Option('Encapsulated PostScript (eps)','632');
sel.options[40]= new Option('Enhanced Metafile (emf)','631');
sel.options[41]= new Option('OpenOffice 1.0 Draw Document (sxd)','652');
sel.options[42]= new Option('OpenOffice 1.0 Draw Template (std)','653');
sel.options[43]= new Option('OpenOffice 2.0 Draw Document (odg)','650');
sel.options[44]= new Option('OpenOffice 2.0 Draw Template (otg)','651');
sel.options[45]= new Option('OS/2 Metafile (met)','634');
sel.options[46] = new Option('---- Text Document ----','');
sel.options[47]= new Option('Adobe PostScript (ps)','1017');
sel.options[48]= new Option('AportisDoc Palm DB (pdb)','1025');
sel.options[49]= new Option('Docbook (xml)','1030');
sel.options[50] = new Option('HyperText Markup Language (.htm,.html)','1013');
sel.options[51]= new Option('Microsoft Word 6.0 (doc)','1400');
sel.options[52]= new Option('Microsoft Word 95 (doc)','1401');
sel.options[53]= new Option('Microsoft Word 97/2000/XP (doc)','1402');
sel.options[54]= new Option('Morse code (txt)','1002');
sel.options[55]= new Option('MS Word 2003 XML (xml)','1403');
sel.options[56]= new Option('OpenOffice 1.0 Text Document (sxw)','1023');
sel.options[57]= new Option('OpenOffice 1.0 Text Template (stw)','1024');
sel.options[58]= new Option('OpenOffice 2.0 Text Document (odt)','1021');
sel.options[59]= new Option('OpenOffice 2.0 Text Template (ott)','1022');
sel.options[60]= new Option('PocketWord (psw)','1029');
sel.options[61]= new Option('Portable Document Format (pdf)','1016');
sel.options[62]= new Option('Rich Text Format/MS Word (rtf)','1015');
sel.options[63]= new Option('StarWriter 3.0 (sdw)','1410');
sel.options[64]= new Option('StarWriter 3.0 Vorlage/Template (vor)','1411');
sel.options[65]= new Option('StarWriter 4.0 (sdw)','1412');
sel.options[66]= new Option('StarWriter 4.0 Vorlage/Template (vor)','1413');
sel.options[67]= new Option('StarWriter 5.0 (sdw)','1414');
sel.options[68]= new Option('StarWriter 5.0 Vorlage/Template (vor)','1415');
sel.options[69]= new Option('Text Encoded (txt)','1001');
sel.options[70]= new Option('Text files (txt)','1000');
sel.options[71]= new Option('XHTML (xhtml)','1014');
sel.options[72] = new Option('---- Data ----','');
sel.options[73]= new Option('Data Interchange Format (dif)','2001');
sel.options[74]= new Option('dBASE (dbf)','2002');
sel.options[75]= new Option('Lotus 1-2-3 (wk1)','2007');
sel.options[76]= new Option('Microsoft Excel 5.0 (xls)','2200');
sel.options[77]= new Option('Microsoft Excel 5.0 Template (xlt)','2201');
sel.options[78]= new Option('Microsoft Excel 95 (xls)','2202');
sel.options[79]= new Option('Microsoft Excel 95 Template (xlt)','2203');
sel.options[80]= new Option('Microsoft Excel 97/2000/XP (xls)','2204');
sel.options[81]= new Option('Microsoft Excel 97/2000/XP Template (xlt)','2205');
sel.options[82]= new Option('MS Excel 2003 XML (xml)','2206');
sel.options[83]= new Option('OpenOffice 1.0 calc template (stc)','2223');
sel.options[84]= new Option('OpenOffice 1.0 spreadsheet (sxc)','2222');
sel.options[85]= new Option('OpenOffice 2.0 calc template (ots)','2221');
sel.options[86]= new Option('OpenOffice 2.0 spreadsheet (ods)','2220');
sel.options[87]= new Option('StarCalc 3.0 (sdc)','2210');
sel.options[88]= new Option('StarCalc 3.0 Template (vor)','2211');
sel.options[89]= new Option('StarCalc 4.0 (sdc)','2212');
sel.options[90]= new Option('StarCalc 4.0 Template (vor)','2213');
sel.options[91]= new Option('StarCalc 5.0 (sdc)','2214');
sel.options[92]= new Option('StarCalc 5.0 Template (vor)','2215');
sel.options[93]= new Option('StarOffice 6.0 Spreadsheet (sxc)','2216');
sel.options[94]= new Option('StarOffice 6.0 Spreadsheet Template (stc)','2217');
sel.options[95]= new Option('SYLK (slk)','2006');
sel.options[96] = new Option('Text CSV (.csv,.txt)','2000');
sel.options[97] = new Option('---- Mathematics ----','');
sel.options[98]= new Option('MathML (mml)','2900');
sel.options[99]= new Option('OpenOffice 1.0 Math (sxm)','2991');
sel.options[100]= new Option('OpenOffice 2.0 Math (odf)','2990');
sel.options[101]= new Option('StarMath 5.0 (smf)','2902');
sel.options[102] = new Option('---- Presentation ----','');
sel.options[103]= new Option('Microsoft PowerPoint 97/2000/XP (ppt)','3002');
sel.options[104]= new Option('MS PowerPoint 97/2000/XP Template (pot)','3003');
sel.options[105]= new Option('OpenOffice 1.0 Impress (sxi)','3502');
sel.options[106]= new Option('OpenOffice 1.0 Impress Template (sti)','3503');
sel.options[107]= new Option('OpenOffice 2.0 Impress (odp)','3500');
sel.options[108]= new Option('OpenOffice 2.0 Impress Template (otp)','3501');
sel.options[109]= new Option('StarImpress 4.0 (sdd)','3006');
sel.options[110]= new Option('StarImpress 4.0 Template (vor)','3007');
sel.options[111]= new Option('StarImpress 5.0 (sdd)','3004');
sel.options[112]= new Option('StarImpress 5.0 Template (vor)','3005');

 }
