var fDesc=new Array(); fDesc[0] = "SuperAVConverter is an excellent multimedia conversion tool for CD ripping, audio conversion, video conversion, audio-video mixed conversion, audio/ video splitting or merging. You can rip CD tracks to WAV, MP3, WMA and OGG files, and convert audio and video files. Supported audio formats include WAV, MP3, OGG, WMA, APE, AAC and AC3. SuperAVConverter extracts audio from almost all video formats and saved them as WAV, MP3, OGG, WMA, APE, and AAC formats. Possible video conversions: almost all formats to AVI, MPEG4, VCD, SVCD, DVD, MPG, WMV, MOV, RM, RMVB, 3GP, 3G2, FLV, SWF and MP4 for iPod, iPhone, iPad, Apple TV, PSP, PS3, mobile phone, SONY X1000/NWZ-S/NWZ-E player and other devices. You can also batch-convert and add your translucent logo to video frames!"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }