var fDesc=new Array(); fDesc[0] = "Ashampoo ClipFinder HD 2 searches all common video portals at the click of a button. And the smooth 3D interface turns browsing search results into a joyful experience. Either play back videos directly in Ashampoo ClipFinder HD 2 or download them for later use."; 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 = ''; } }