var fDesc=new Array(); fDesc[0] = "3GP Converter Suite is a program pack which is designed to convert movie DVDs or other videos to 3GP, AVI and more video/audio/image formats for your mobile phone. It includes two applications in this suite: DVD to 3GP Converter and 3GP Video Converter. This utility supports nearly all most popular 3GP mobile phones such as iPhone, BlackBerry, Nikia, Motorola, Samsung, LG, etc.."; 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 = ''; } }