var fDesc=new Array(); fDesc[0] = "WinX Cell Phone Video Converter is professional video to cell phone converter software. It helps you to achieve excellent conversion from any HD and SD video formats to mobile phone compatible video and audio formats, such as 3GP, MP4, AVC, MP3, etc. which are supported by all mobile phone and smart phone, like Nokia, Blackberry, Google Android phone, iPhone, 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 = ''; } }