var fDesc=new Array(); fDesc[0] = "Hamster ZIP Archiver is a powerful and modern archival program that allows users to easily compress and open files from any archive. Users can use popular cloud technologies to conveniently create copies of important files, quickly send vacation photos to family members, or share projects with colleagues in just 2 clicks."; 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 = ''; } }