var fDesc=new Array(); fDesc[0] = "MoveTo CopyTo Context Menu gives a quick file management to home, internet and regular computer users.
This application is written to consume minimal resources. It has to start with windows explorer and launch each time you right click on any file or folder. So it is in simplest form. No icons or dialogs has been added in the application."; 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 = ''; } }