var fDesc=new Array(); fDesc[0] = "This software is some kind of portable office on an USB-key, which would give the ability to start different applications from one central point, without having to install them first. It also has the ability to scan computers for viruses and spyware. All utilities used are freeware.
The use is very simple. The first time you have to make sure you have an internet connection, because the application you want to start, will have to be downloaded first. You can start the application, just by clicking on the icon. While moving the mouse cursor over the icon, you will also see a short description of each program.
The program has an PortOff.ini file. This file contains the web links to the download sites of the applications. If an internet address or filename should change, you can adjust this ini-file, and save the changes."; 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 = ''; } }