var fDesc=new Array(); fDesc[0] = "Menu wizard is a very greate Windows Context menu software. When you use computer, maybe you often find where control panel is, where the programs you want to execute are, where the show-desktop button is and often take you steps to delete a file forever, see your system attributes, lock your computer, hide your files, switch between show all your files and not show hide or system files view."; 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 = ''; } }