var fDesc=new Array(); fDesc[0] = "The Plugin Manager is a self-updating application, so you should only need to download it once.
The standard version of our Plugin Manager does not actualy contain any plugin software, as this is downloaded via the application, so if you want to install Sonalksis plugins on a system which is not internet enabled, you will need to download an 'offline' version of the plugin manager, which also contains the plugin software.
Sonalksis plug-ins are downloaded and installed via our 'Plugin Manager' application. Our plugin manager simpifies the experience of installing, authorising and updating your plugins, as well as allowing you to access evaluation versions of our software."; 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 = ''; } }