var fDesc=new Array(); fDesc[0] = "AW GoOn allows you to work safely in your PC under a Standard User account, but having full Administrator level privileges to any number of selected applications you could not run otherwise.
GoOn, targets both workplace users and home users and can be configured to provide the best approach for each case.
It is extremely easy to use, in a few minutes you will be up and running."; 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 = ''; } }