var fDesc=new Array(); fDesc[1] = "download games to enjoy, and share them with others. You can actually share any digital file, including images, audio, video, software, documents, etc. The latest version supports BitTorrent protocol and Shoutcast radio stations."; 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] = "user-to-user conversation. It uses a chat similar to IRC (Internet Relay Chat) . You can configure the channel you are using with many options, send TTS (Text-to-speech) messages or adjust sound effects including surround and playback or record voice streams."; fDesc[4] = "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[5] = "the program asks for the name that we want to add to our album and we can see the demo in the program that teach to us how to use this useful program."; fDesc[6] = "to correct and enhance your photographs, and an easy-to-use tool to create attractive HTML presentations and Flash photo albums. One of its main features is the possibility of uploading your image files to a range of free image hosting websites with just a single click."; fDesc[7] = "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[8] = "home on DSL connection with Dynamic IP address."; fDesc[9] = "Encoder is a wonderful tool which converts your QuickTime, WMV, AVI, RM or MPEG files on your desktop PC to FLV. FLV Encoder is able to deliver a live FLV stream continuously via an embedded HTTP server."; fDesc[10] = "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[11] = "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[12] = "computer. Host your own Web server, FTP server, email server, and much more without the hassle of a hosting company."; fDesc[13] = "reports daily. Review the reliability, speed, and customers service performance of the top dedicated hosting providers."; fDesc[14] = "objective reports daily. Review the reliability, speed, and customers service performance of the top email hosting providers."; 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 = '...'; } }