var fDesc=new Array(); fDesc[1] = "and developers worldwide. Ubuntu comes with a series of already installed applications that are categorized by functions like: Accessories, Games, Graphics Internet, Office and Sound & Video You can run Ubuntu as a desktop operating system or configure it as a powerful and secure server."; fDesc[2] = "has 3 advanced features that no other genealogy program has: Real-Time Internet Backup, Real-Time Internet Publishing, and SmartMatching."; fDesc[3] = "easily through a Web Browser (IE,Netscape,Opera etc.). It can help you share files with your friends and colleagues."; fDesc[4] = "on the USENET. MIME, UUE, base64, yENC (multi-parts with auto-combining), XPAT-search, NZB-files, SSL-connections, RAR-files, Posting and much more."; fDesc[5] = "files, Is required username and password for the access, has the possibility for prohibit the access automatically if you broke any rule."; fDesc[6] = "communication between employees and the program. Corporate Messenger is a secure, server-less instant messenger for intranets."; fDesc[7] = "Linux, BSD, Solaris; (E)SMTP/POP3/IMAP4/Web mail, centralized Web/CLI Admin, Personal Organizer, Groupware & Clustering, FREE technical support."; fDesc[9] = "Secure FTP Server greatly simplifies the process of securely exchanging data with trading partners and automation."; fDesc[10] = "back-end servers and resources. Our technology gives you protected access to your LAN from anywhere."; fDesc[11] = "Disk quota limits, bandwidth restrictions, IP control and daily transfer limits give you total control over your server traffic."; fDesc[14] = "inviting process for your customers to order your products and services online! The Windows95 (or NT) based shopping cart applications let you create catalogs and CGIs to implement the entire online ordering system easily and efficiently. You have the choice to host the CGI on your server or on WebGenie Softwares secure server."; fDesc[15] = "application development. All major protocols are supported, and the components can be used in a wide variety of development environments."; 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 = '...'; } }