var fDesc=new Array(); fDesc[0] = "ViOrb is a Windows 7 start menu button changer tool. Now all Windows users can enjoy the fading start button effect found in Windows 7. ViOrb comes with the Windows 7 start menu button fading effect plus a new Windows 7 Ultimate skin, based on the start menu button found in ViGlance. ViOrb engine dynamically calculates the width and height of each state in the start button image file."; 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 = ''; } }