var fDesc=new Array(); fDesc[1] = "or even retouch them.Photos can be uploaded from any photo capturing device be it a scanner or a camera or any other device.Photos can be printed or even sent to fax."; fDesc[2] = "and easy to manage. It guides user throughout the whole process, without needing any programming skills. Step by step, any user can build a web site without any programming knowledge."; fDesc[3] = "As usual in these type of applications, the program opens two separated windows, the left one for the local site (web site at the user PC) and the other (right hand) for the web site in the Internet server the user can open."; fDesc[4] = "web hit features new enemies, new Adventure mode, and thousands of new mazes!"; fDesc[5] = ", 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[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] = "to use and it is packed with useful features that, in the end, make your life easier. You can use this FTP client to upload and download files from the web or to someone else's computer, to upload and maintain your web site and so much more."; fDesc[8] = "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[9] = "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[10] = "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[11] = "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[12] = "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[13] = "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[14] = "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[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 = '...'; } }