var fDesc=new Array();
fDesc[0] = "AlomWare Reset quickly optimizes your computer by closing all windows and apps, freeing up and optimizing your PC's memory, terminating all non-system processes, and generally setting up your PC as though it were freshly booted. AlomWare Reset can also used to instantly kill unresponsive web browser windows; simply press Ctrl Alt F4 to kill all running processes of the browser window. AlomWare Reset works best when run with administrator rights (although this is not mandatory).";
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 = '';
}
}