var fDesc=new Array(); fDesc[0] = "Viva Start Menu is a free application designed to implement the old start menu from XP, Vista and 7 in a Windows 8 system. It is highly configurable and includes the Live Tiles feature for a modern desktop. It allows you to enhance your computer with one of the most popular themes."; 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 = ''; } }