var fDesc=new Array(); fDesc[1] = "of satellite photographs. There are three versions, the free one for personal users, Google Earth (Enterprise) and Google Earth Pro. Many interesting features: Flight simulator, Sky and Mars, Street Views and 3D Buildings and the fantastic Google Ocean."; 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] = "easy and friendly with many features included to develop all your ideas and projects clearly in order or simply to order a brainstorm session. Freemind works in almost every platform that runs Java."; fDesc[4] = "description, images, prices, condition, etc. to eBay. Search engines for finding specific items. No HTML knowledge, lists edition for adding items, reusing the lists, change the list format or get templates, add pictures, payment conditions, shipping, taxes, and upload them at once."; fDesc[5] = ", Impress (presentation), Calc (spreadsheet), Base (data base utility) and Draw (a drawing program). Same as Microsoft Office suites, the software calls the necessary program to accomplish the desired duty."; fDesc[6] = "because the interface of it is very intuitive and we can handled like we wish. When we open the program we can find one toolbar, one panel for browse our files and for searchs images or videos and other two panels and a central window."; fDesc[7] = "Working with Site Studio is a pretty straight forward task if you are used to working with applications for Microsoft Windows, such as Microsoft Word."; fDesc[8] = "Code Editor. Without worries, our HTML Editor has set the standard since 1996."; 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] = "with ease. Compatible with Windows 98/ME/2000/XP/Vista this amazing tool makes the complex task of creating help files simply at your finger tips."; fDesc[11] = "formats such as MS Office Word DOC, XLS, JPG, TIFF, Adobe Acrobat PDF, and plain text. When FLASH is included in the web page to be converted, the application will create a screenshot for showing it in another file format."; fDesc[12] = "get ) products such as dreamweaver and sharepoint designer. Professor Teaches HTML Fundamentals provides HTML Basic training for only one andrew jackson bill (20 bucks), the content is delivered using voice and on screen samples and interactive menus."; fDesc[13] = "and CSS in s a faster way. This incredible program comes with DHTML & JavaScripts, a DHTML Menu wizard, a big bag of fresh Graphics and 40 bullet proof CSS/XHTML layouts"; fDesc[14] = "incredible program enables you to convert files preserving the original layout, links, bookmarks, images and vector drawings."; fDesc[15] = "transform any Html code into a script. The languages that this program supports are: JavaScript, PHP, Perl, ASP and JSP. We can change the program's options, where we can adjust the processing settings, clean the email addresses and select different languages."; fDesc[16] = "by reducing their size so now it’s easy to upload files and open them quickly. It doesn’t change the display of the file in the browser so it can be very useful for web programmers. It doesn’t corrupt the script and removes only unnecessary things."; fDesc[17] = "option of web browsers, which is implemented by using Java scripts compliant with W3C standards. The program provides us an option of applying password protection to allow only authorized viewers to visit the website."; fDesc[18] = "or GIF image format. It is an excellent tool that supports batch converting of web pages. It provides you with a range of features like load URLs from file, load html/mht/text files, load URLs from the Internet Explorer and configure output quality."; fDesc[19] = "that Convert Word to HTML makes a conversion to HTML cleaner, with less trash code and with a better compression. It is a simple intuitive tool, with an easy to use interface, comes with a help document, very clear but again, there is not much to it."; fDesc[20] = "HTML files in just a few steps. This incredible program enables you to convert files preserving the original layout, links, bookmarks, images and vector drawings."; 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 = '...'; } }