var fDesc=new Array(); fDesc[1] = "as virtual scrollbar, virtual buttons, fast access to applications and personal definition of tapping speed and sensibility."; fDesc[2] = "basic text editor. Editpad Lite contains a tabbed interface from where you can quicky switch among open files by clicking on their tabs.The tabbed interface also helps in reducing unnecessary cluttering on the workspace."; fDesc[3] = "Test drivers for JMicron JMB38x Flash Media Controller. Please read disclaimer information at http://www.jmicron.com /Driver.htm before downloading. The aforementioned url also provides the link to the ftp site download url listed above. Downloads for other Windows XP/Vista test versions can be found at ftp://driver.jmicron.c om.tw/jmb38x/XP_Vista/"; fDesc[5] = "off for fun with Airport Mania! Land planes, unload, and return to the skies in 8 amusing airports. Avoid delays, keep your planes in good repair, and get to the gate on time to keep things running smoothly."; fDesc[6] = "when I was using Windows and it was free. It was absolutely awesome, too. It looks a lot like this one, but without the price tag. BWMeter allows you to track your bandwidth usage by means of graphs."; fDesc[7] = "network connections made in your PC (local and from Internet), arranged in a per-application basis, and also you can limit the bandwidth usage for each one of them."; fDesc[8] = "your desktop computer. Once you're controlling your mobile device from your desktop or laptop, projection equipment can be used to present your mobile device to a large group of people."; fDesc[9] = "aircraft flying around your area? Imagine the thrill of organizing all those airplanes down to safety while avoiding mid-air collisions and flight delays? Then the Radar Screensaver is for you!"; fDesc[11] = "favorite game with your gamepad, instead of awkward keyboard/mouse controls. Works with Xbox360, WiiMote, PS2/PS3, and PC Controllers!"; fDesc[12] = "control your Pocket PC using the PC's keyboard and mouse, and view the Pocket PC's screen from a window on your PC's display.Pocket Controller also allows you to capture screenshots of your Pocket PC's as well as create video recordings"; fDesc[13] = "engine which is compatible with most of the SMTP mail servers. It supports authentication systems like SMTP/ESMTP, SSL, StartTLS, and Pop before SMTP and IIS directory mode."; fDesc[14] = ", and end system services and also change their startup settings. It has a clean interface that lists the services and adds a checkbox next to them."; fDesc[15] = "changes, transmits on MIDI channels 1-16, includes pitch and modulation sliders, and has five octaves of control."; 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 = '...'; } }