var fDesc=new Array(); fDesc[0] = "MenuMaid is an application designed to help you clean fast and easy your Window Explorer and Internet Explorer right-click (context) menu. It automatically fetches all the menu items from Windows registry. All you have to do is to tick the box beside the menu items that you do not want to appear in your context menu."; 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 = ''; } }