var fDesc=new Array();
fDesc[1] = "upload them to the Clip2Net servers. It also allows you to upload any file from your computer to their servers and retrieve it later. The fact that it uploads snapshots directly to the servers and that it gives you a posting URL within seconds is also a great plus.";
fDesc[2] = "(network cards, RAS connections, virtual cards, server monitoring for web hosting) in your system.";
fDesc[3] = "your computer. Tiger Technologies created DeskFlag after the attacks on September 11, 2001, and dedicated it";
fDesc[4] = "allowing you to make dynamic HTML functions. It is a tool for creating and editing programs written in JavaScript. No prior knowledge of JavaScript language is required to use JavaScript Maker.";
fDesc[5] = "adapters (network cards, RAS connections, virtual cards, server monitoring for web hosting) in your system.";
fDesc[6] = "need for your clients to download software, as they can simply use their favorite web browser such as Internet Explorer or Mozilla.";
fDesc[7] = "password verification form! Command line and wizard modes along with one-click power protection make it a must-have!";
fDesc[8] = "domain names raises up to 80 million, meaning that it is not easy to find available and good names for your websites. Just think of the time you will be spending looking for synonyms, or possible variations to registered domains, and without any result.";
fDesc[9] = "for remote monitoring your home, office or other environment.";
fDesc[10] = "data. No coding. No special knowledge is required.";
fDesc[11] = "wide set of well-known FTP programs. These programs include FlashFXP, FileZilla, SmartFTP, CuteFTP, WS FTP, FTP Voyager, and many others.";
fDesc[12] = "free, and it is compatible with several video sources. It even supports web cams. Now, what this application does is publish (stream) what your video source is playing onto a website. The website end of the whole process has to be configured too.";
fDesc[13] = "Apache servers, which are used ubiquitously in the web hosting industry.";
fDesc[14] = "developers and Web Hosting Providers. The program offers many important functionality. PhotoTrue used to be shareware, but is now free.";
fDesc[15] = "designs, easy-to-use software, and effective traffic building tools - even rapid development ecommerce tools for those selling o";
fDesc[16] = "your visitors use Site Maps to navigate your Website to get where they need to go instead of looking for links.";
fDesc[18] = ", which are used ubiquitously in the web hosting industry.";
fDesc[19] = "ubiquitously in the web hosting industry.";
fDesc[20] = "stamper, an HTTP Soap client, XML image descriptions, batch processing, integrated e-mailer, and more. Very easy to use. F1 help.";
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 = '...';
}
}