var fDesc=new Array(); fDesc[0] = "Fix Shortcuts is a free utility that can help you find and fix or delete broken shortcuts on your computer. The program allows you to scan and delete broken shortcuts, it automatically fixes all the broken shortcuts in a click and it changes the broken target path to a valid path."; 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 = ''; } }