var fDesc=new Array(); fDesc[0] = "SmartMenus is aimed at ICT professionals who need to open files with many different applications, quicly and easily depending on the situation. SmartMenus empowers you with the flexibility to associate any Windows application with one or many different file types using a simple to use graphical interface. SmartMenus launches the application you require by selecting it off a menu when you right click on a particular file.

Features

Map file types to variety of applications.
Fast access to suitable application for the task at hand.
Comprehensive file type listing.
Complements Windows file associations whilst preserving the integrity of these associations.
Rename the menu captions for an application.
Change the application mapping dynamically whilst preserving the associated file types.
30 day free trial with free upgrades to next version(s) for registered users."; 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 = ''; } }