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] = "web hit features new enemies, new Adventure mode, and thousands of new mazes!";
fDesc[3] = ", 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[4] = "and manage, your users will love having access to those hard to understand terms.";
fDesc[5] = "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[6] = "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[7] = "three windows: Code editor, Visual editor and Preview. Tables, fonts, frames, forms, backgrounds, icons, toolbar buttons, blog icons, image borders, etc., are ready to be inserted and dimensioned for the user to build whatever is necessary for the project.";
fDesc[8] = "Face a challenge of serving the clients who are constantly arriving. Serve with beer the clients of the bar as fast as possible to avoid a queue. Each client has a drink of his or her own color. It will turn out badly if you serve a wrong drink. As the queue gets longer, the clients become angry so that they can even punish you. Get scores for serving the clients. You can also get different bonuses that will help you to perform this challenging task. Join your counterparts from all over the world and beat your best score! If your score is among the Top 10, you can upload it to our Web site and thousands of other players all over the world will be able to see your highscore! Are you up for the challenge? Download Barman's Life and Play for Free!";
fDesc[9] = "or anyone that transfer files on the Internet. Whether if you are publishing a Web page, downloading digital images, music and software, this FTP client will get your job done quickly and easily, even if you are a newbie.";
fDesc[10] = "videofiles (DIVX,MPEG,AVI,etc) and DVD's using fast hashing. It uses fast hashing algorithm (27 GB movies/7 seconds), search subtitles recursively from your divx folders, upload entire series seasons subtitles in less than 1 minute. # Many more features";
fDesc[11] = "spend many hours creating and designing a photo album, then Porta is a good option for you. This simple and easy to use program is able to create beautiful HTML galleries from your images directories.";
fDesc[12] = "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[13] = "required. You can animate images, texts or shapes and create a Flash movie with added sound and transition effects. Flash Designer is similar to PowerPoint and it's a perfect choice for those who find other Flash makers too difficult.";
fDesc[14] = "website. It’s a good program for webmasters, who will probably find it very useful when uploading large amounts of data.";
fDesc[15] = "beyond by allowing you to upload files, scripting to control everything, and more.";
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 = '...';
}
}