var fDesc=new Array(); fDesc[2] = "choose), it also enables you to navigate between and select any of the windows with your mouse, which seems to be usefull for the developer and maybe you."; fDesc[5] = "today. This incredible program is by far the easiest way for you to accomplish any goal you desire. The best thing about this program is that it's simple and fast! Just pick the next goal you wish to accomplish and let the guided audio do the rest."; fDesc[15] = "personalized on-board portal, seamless one click connection and disconnection and more. It is based partially on the Microsoft Internet Explorer controls for full compatibility with ActiveX, Java, SSL, and other internet protocols. With registration the browser features enable the creation of multiple logins and passwords on just one internet dialup account. These accounts may then be setup to manage family and business members time allowed online, for productvity management and safe internet use policies for filtering or control of sexual or violent content on each stand-alone desktop Windows PC. This may be accomplished over conventional dialups of VPN setups."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }