var fDesc=new Array();
fDesc[0] = "AlludeSofts Toolbar is a light weight utility Toolbar to run on Windows operating systems.
You can use this application to make shortcuts for your favorite application that are not in the toolbar as a default application, and use them even without minimizing the application you are currently working.
Main Features:
- Will not slow down your Windows startup like other utility Toolbars!
- Ability to customize application for buttons.
- Memory clean function will clean your RAM from unwanted objects!
- You can easily Shutdown, Restart or Hibernate windows using toolbar.
- Always on top function let`s you to access the toolbar anytime.
- Light weight animated features will make the toolbar more user friendly.";
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 = '';
}
}