var fDesc=new Array();
fDesc[1] = "to create your own icon for your program. Set an attractive system tray icon. You don't need to dig into native codes to do that. Well, that's Java.Expect much more feature soon.";
fDesc[2] = "gives you a simple solution to maintain your anonymity and protect your privacy when accessing wi-fi hotspots.";
fDesc[3] = "of: a laptop supporting a wireless card of 802.11 b/g standard along with the Windows XP and Windows Vista - you can check the online status and location of friends and also find available hotspots anywhere around the world.";
fDesc[4] = "(but related) photographs. Once they are imported, the user can select and set many options to obtain the best panorama output file, such as lens distortions, zoom on each picture, barrel distortion correction, correction for different image brightness, etc.";
fDesc[5] = "upload images to ImageShack's service, so he decided to take his coding skills for a test and write his own application for the task. ImageShack Hotspot will place an orange frog on your desktop.";
fDesc[7] = "be able to share your iPhone's 3G connection with your laptop. Thus, you can have internet access anywhere your iPhone does. The desktop application is available for both Windows and Mac OS X, and both share the same functionality.";
fDesc[8] = "pages that link your images into virtual tours. The m32 Edition supports multi-core processors.";
fDesc[9] = "hotspot near your current location. The cool thing about this is that you can scan for hotspots from within Skype and save time while doing so.";
fDesc[11] = "program helps you to set up and secure a wireless network in just a few clicks. Supports WPE, WPA, WPA-PSK, WPA2, WPA2-PSK!";
fDesc[12] = "These are predefined regions that can operate as hotlinks to help topics, as pop-up links, or even as special macros. Download a trial copy now!";
fDesc[13] = "saver, or the bottom right to enable it. Double click on the tray icon to quit.";
fDesc[14] = "and restores your Access Point Settings.";
fDesc[15] = "you. Supports ADG, QTVR, JPEG output formats. Contains Hotspots GUI for Virtual Tour creation. Batch Processing supported.";
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 = '...';
}
}