function setouttype(sel) { var t = new Array(); 
sel.options[0] = new Option('---- Movie ----','');
sel.options[1]= new Option('Animated GIF (gif)','5016');
sel.options[2]= new Option('3GP/3G2 Video (3gp)','5001');
sel.options[3]= new Option('AMV Video Format (amv)','5020');
sel.options[4]= new Option('Apple Quicktime (mov)','5004');
sel.options[5]= new Option('Audio Video Interleave (avi)','5002');
sel.options[6]= new Option('DPG Video (dpg)','5018');
sel.options[7]= new Option('Flash SWF (swf)','5100');
sel.options[8]= new Option('Flash Video (flv)','5008');
sel.options[9]= new Option('IPOD/IPHONE MP4 Video (mp4)','5030');
sel.options[10]= new Option('MPEG 1 (mpg)','5005');
sel.options[11]= new Option('MPEG-2 (mpg)','5014');
sel.options[12]= new Option('MPEG-4 (mp4)','5007');
sel.options[13]= new Option('OGG video (ogg)','5021');
sel.options[14]= new Option('PLAYSTATION (PSP) MP4 Video (mp4)','5031');
sel.options[15]= new Option('RealVideo (rm)','5015');
sel.options[16]= new Option('Windows Media Video (wmv)','5000');
sel.options[17] = new Option('---- Sound ----','');
sel.options[18]= new Option('3GP Music (3gp)','11');
sel.options[19]= new Option('Adaptive Multi-Rate (amr)','20');
sel.options[20]= new Option('Adaptive Multi-Rate WB (awb)','22');
sel.options[21]= new Option('Advanced Audio Coding (aac)','7');
sel.options[22]= new Option('AMIGA 8bit sound file (8svx)','33');
sel.options[23]= new Option('AMIGA sound file (maud)','35');
sel.options[24]= new Option('ASF Audio (wma)','3');
sel.options[25]= new Option('Audio Interchange File Format (aiff)','31');
sel.options[26]= new Option('Audio Visual Research (avr)','34');
sel.options[27]= new Option('Free Lossless Audio Codec (flac)','6');
sel.options[28]= new Option('IRCAM sound file (sf)','37');
sel.options[29]= new Option('MPEG advanced audio coding (mp4)','8');
sel.options[30]= new Option('MPEG-1/2 Audio Layer 3 (mp3)','1');
sel.options[31]= new Option('MPEG-4 advanced audio coding (m4a)','15');
sel.options[32]= new Option('Musepack (mpc)','9');
sel.options[33]= new Option('Ogg Vorbis (ogg)','2');
sel.options[34]= new Option('PSION 8bit sound file (wve)','41');
sel.options[35]= new Option('PSION sound file (prc)','36');
sel.options[36]= new Option('PureVoice File (qcp)','32');
sel.options[37]= new Option('Soundblaster file (voc)','40');
sel.options[38]= new Option('SoundTool (sndt)','38');
sel.options[39] = new Option('Sun Microsystems\' audio format (.au,.snd)','30');
sel.options[40]= new Option('WAVE form audio format (wav)','4');
sel.options[41]= new Option('Yamaha TXW sampler (txw)','39');
sel.options[42] = new Option('---- Ringtone (PCM + Polyphonic) ----','');
sel.options[43] = new Option('MMF/SMAF-2 (.mmf,.smaf)','198');
sel.options[44] = new Option('MMF/SMAF-3 poly+pcm (.mmf,.smaf)','199');
sel.options[45] = new Option('---- Ringtone (Monophonic / Polyphonic) ----','');
sel.options[46]= new Option('Eericsson emelody (emy)','213');
sel.options[47]= new Option('Extended Message format (ems)','215');
sel.options[48]= new Option('iMelody Ringtone Format (imy)','214');
sel.options[49] = new Option('Midi (.mid,.midi)','200');
sel.options[50] = new Option('MIDI-0 (.mid,.midi)','201');
sel.options[51] = new Option('MMF/SMAF-1 (.mmf,.smaf)','204');
sel.options[52]= new Option('Mobile Phone Ringtone (rtx)','216');
sel.options[53]= new Option('Motorola Ringtone (mot)','210');
sel.options[54]= new Option('Nokia Phone Ring Tone (nokia)','217');
sel.options[55]= new Option('Nokia Phone Ring Tone (noktxt)','218');
sel.options[56]= new Option('Nokia Phone Ring Tone (ott)','217');
sel.options[57]= new Option('Qualcomm CMX 3.0 (pmd)','206');
sel.options[58]= new Option('Ringtones text transfer language (rtttl)','216');
sel.options[59]= new Option('Sagem Ringtone (sagem)','211');
sel.options[60]= new Option('Sagem Ringtone (sagem21)','212');
sel.options[61] = new Option('SP-MIDI (.mid,.midi)','202');

 }
