var fDesc=new Array();
fDesc[1] = "and robust program that you can always count on to get your job done quickly and efficiently. There are many, many features available in FlashFXP. Here are just a few of them: Local and Site to Site File transfers. FlashFXP allows you to transfer files from any FTP server directly to your local hard drive, or transfer files between two ftp sites (Site-to-Site transfers), giving you total control over any situation. FTP Proxy, HTTP Proxy, Socks 4 & 5 support. FlashFXP can handle thousands of connection types. If you are behind a firewall, proxy or gateway, no need to worry, as FlashFXP can be configured to support almost any network configuration. Full Featured User Interface with Drag & Drop Support. FlashFXP has an intuitive and full featured user interface, allowing you to do all the common tasks with just a few clicks. It also support full drag & drop, so you can transfer files...";
fDesc[2] = "Windows 2000, Windows XP, and Windows Vista 32-bit this is the easiest application that allows you to create your own website within minutes.";
fDesc[3] = "website builder and so users does not required any technical or programming knowledge to create websites. Due to its template based designing process, users can easily add or modify content without affecting the design of the site.";
fDesc[4] = "with minimal efforts and is capable of doing virtually all the web-related operations. It features a range of capabilities such as Drag-and-Drop, PayPal shopping carts, and it supports all Windows operating system including Vista, IE 7, along with Flash Slide shows, Text FX and more.";
fDesc[5] = "set several degrees of warnings and you can also share your experiences by uploading your results to our database.";
fDesc[6] = "home on DSL connection with Dynamic IP address.";
fDesc[7] = "software, HTML, programming, or hosting company required.";
fDesc[8] = "is easy to learn and use and all the output result files are preview if desired. User interface is very intuitive and is simple to use by means of the system mouse. The software allows to import CSS projects and sheets for editing and modifying or updating.";
fDesc[9] = "a simple interface. It allows you to control all the hosting functions without having to login to the web page. The program also features WHOIS, translation, hostscripts and free online contents links.";
fDesc[10] = "Which means you can host your website on your PC rather than looking for those free host or paying your web hosting company.";
fDesc[11] = "computer. Host your own Web server, FTP server, email server, and much more without the hassle of a hosting company.";
fDesc[12] = "performance of any website. Tracks server response using Active Ping technology, verifies DNS resolution and monitors HTTP visibility.";
fDesc[13] = "services on the web. We also offer unique rebates above and beyond any of the provider's own rebates.";
fDesc[14] = "move. With the Host Evaluator software you can add the web hosting plans you want to compare, and test out the servers of web hosting companies.";
fDesc[15] = "reports daily. Review the reliability, speed, and customers service performance of the top shared hosting providers.";
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 = '...';
}
}