var fDesc=new Array(); fDesc[0] = "MixMaxTv is a software created for the common user to watch all the channels without browsing the internet. The appplication is well designed with a berautiful GUI and also very simple. The software itself is an entertaining center with the ability to chose from a variety of channels to watch online."; 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 = ''; } }