var fDesc=new Array(); fDesc[0] = "Okoker Video to 3GP Converter is an advanced software that will allow you to convert any video file into 3GP files. Using this software, you will have no more problems when you try to extract your videos to your mobile devices. Basically, what this programs does, is to convert your video files so that you can extract them to the most popular mobile devices, including iPod, iPhone, PSP player, Zune player and more."; 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 = ''; } }