var fDesc=new Array(); fDesc[0] = "bvcsoft 3GP Video Converter is an powerful and easy-to-use 3GP video conversion program that converts any video format to 3GP,3G2,MP4,AVI video for playing on many mobile phone like BlackBerry, Google Phone, Nokia, Motorola, Samsung, Sony Ericsson ,LG,Palm,Mobile GSM phones, Mobile CDMA phones, Smartphones and PDAs with fast speed and high quality. Moreover, it is also rip and extract audio from any video or audio files to AAC,MP3,MP2, AMR, M4A,WAV,WMA audio format."; 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 = ''; } }