var fDesc=new Array(); fDesc[0] = "A Perfect tool for converting music to OGG Vorbis format and encoding OGG files to all popular audio formats. All kinds of conversions available: MP3, AAC, WAV, WMA, CDA, FLAC, M4A, MID, MKA, MP2, MPA, MPC, APE, OFR, RA, WV, TTA, AC3, DTS to OGG and OGG to AAC, AC3, AIFF, AMR, AU, FLAC, MP3, M4A, MP2, WAV, WMA. The software provides you the easier way to convert OGG files with high speed and perfect output quality."; 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 = ''; } }