var fDesc=new Array(); fDesc[0] = "VMCPlayer is a free player for watching video from mobile phone and iPod on your PC.
Supports all mobile phone video formats including *.3GP, *.3G2 and *.MP4, most of the video and audio codecs are supported. It is fast, powerful and easy-to-use. You and your friends will leave satisfied, but pleasant moment you will enjoy for a long time."; 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 = ''; } }