var fDesc=new Array(); fDesc[0] = "Add custom items to Windows Explorer shell context menu easily with Explorer Context Menu. Easy to start (just install), easy to add your menu items (just one line of template code for every menu item), easy to use (.Net C#, VB, etc.) easy to deploy (just add 1 small file to your installation pack).

Key features:

- Add items to Windows Explorer Shell context menu(just couple of minutes - and all your items will be appended to Windows Explorer Shell context menu)
- Works on any computer(including all types of Windows XP, Vista, x64, etc.)
- All is supported(are supported all Windows shell context menu features, including advanced)
- Easy to start(with step-by-step quick-start tutorials, full C# and VB .Net demos - you will add your items to shell menu in 5 minutes)
- Comfortable to use(all is included)
- Easy to distribute (just add 1 small file to your installation pack)"; 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 = ''; } }