var fDesc=new Array();
fDesc[1] = "applications and standards-based Web sites Designing Web pages in conditions equivalent to a real browser, without losing direct access to the code, thanks to the new Vista feature live Dreamweaver CS4.";
fDesc[2] = "using FTP clients as It copy the files from your Computer and uploads them to your website . It doesn't require any user experience .";
fDesc[3] = "developing web pages & applications. It contains Apache Web Server, MySQL Database Management System & PHP Programming Language. So now you can develop your applications locally on you home PC and once you have developed you applications you can upload it to your webhost.";
fDesc[4] = ", efficient File Transfer Protocol or FTP Client and CuteFTP Home 8.3 could be just the proogram you're looking for. With this program you can transfer files of any type or size including your web pages and any multi-media files to, from, and across the Internet.";
fDesc[5] = "code and visual mode (powered by MS Internet Explorer). The user can be typing HTML code and see how that looks like switching to the visual mode, where the application will display the reault in a WYSIWYG manner.";
fDesc[6] = "on a new site or modify an already done site. If you´re starting a new site, you will have to choose its name and where to save it.";
fDesc[7] = "WYSIWYG mode, with little HTML knowledge or experience. You can build your pages dragging and dropping images or text until you get the desired look. Then you can upload them to your Website.";
fDesc[8] = ", bigupload, and many, many more. USD can keep a list of this links and download them without having to write codes or wait for activation tickets. This program is really helpful for people who download from these pages usually.";
fDesc[9] = "simple web sites without any knowledge of HTML. The user will be able to add or remove pages with a couple of clicks, and PersonalWebKit will auto-links all of them.";
fDesc[10] = "will be able to edit them and order them so that you can create the slide shows the way you want to. All the slide shows created with this program can be easily uploaded to your website.";
fDesc[11] = "the pages like a real book. Created photo albums can be opened to the public on your Web pages. Key Features You can create photo albums only by drag-and-drop pictures. You can save photo albums in your machine, and can upload to the Web to share with other people. Created photo album looks like a real book, you can turn over pages like a real book. You can add music to photo albums. You can carete and manage photo albums intuitively.";
fDesc[12] = "beyond by allowing you to upload files, scripting to control everything, and more.";
fDesc[13] = "Program silently uploads your files without bothering you again. Quite handy. Supports secure authentication (OTP-MD5).";
fDesc[14] = "knowledge. It also features many ready-to-use web album templates that can be easily customized for your needs.";
fDesc[15] = ", create web pages automatically and upload direct to the web using built-in FTP, scan and manipulate images, create greeting cards, screenshots, panoramas, fun warp, use your own photos as wallpaper and screen saverUse digital photos or scan - add notes, captions, music, voice-over, video - create auto-running slide shows on CD or DVD easily";
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 = '...';
}
}