var fDesc=new Array(); fDesc[0] = "Amaze Flv Converter allows you to convert Youtube videos to VCD. Also you can use this program to convert you Flv files for your mobile telephone, MP4 player, iPod player, Zune player, PSP games, and other equipments. After the conversion, you can use Media Player to play it, and you can also convert Flv to MP3 songs and burn it into CD."; 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 = ''; } }