var fDesc=new Array(); fDesc[1] = ", fast and quite simple to use software, what makes of it the perfect application for everyone. It's freeware, but the license is free only but non-commercial use."; fDesc[2] = "game of historical empire building in which the player builds an empire from scratch. All full-time standard game starts in 4000 BC with a single settler, to build the first city, and an explorer or a warrior."; fDesc[3] = "Iroquois or the Germans, improving the Home City, and enjoying the first two single-player missions of the continuing tale of the Black family."; fDesc[4] = "with great ease. However, LightScribe System Software (LSS) version 1.10.16.1 or newer must also be installed, but the LSS and Template Labeler versions are not required to match necessarily."; fDesc[5] = "Ball, and Big Ball, multiple ray-traced balls, explosive bricks, an easy to play Kid-Mode, a euro-techno sound track, and highly addicting game play. New version adds multi-player, more music, and new options."; fDesc[6] = "information such as documents, notes, and images."; fDesc[7] = "category. The application allows you to use several monitors and expand your desktop to more than one of them. Newer operative systems, like Windows XP or Windows Vista have features like this. Basically, you can move a window from monitor A to monitor B in real time."; fDesc[8] = "new career and travel from city to city to earn the money you need to expand the railroads in this fantastic word adventure."; fDesc[9] = "professional level. NetOp Remote Control is composed by two modules: Host and Guest. The computer with the Host module installed is the one being visited or controlled by the computer with the Guest module installed."; fDesc[10] = "horizons and get food. Max is growing up, demanding that the meal should be more substantial."; fDesc[11] = "entire word, phrase, sentence, paragraph or document.This incredible application can be used with many applications such as word processors, dictation software or email clients."; fDesc[12] = ", since it creates smaller archives, that can contain several files and folders in them. This way you can create smaller email attachments, or expand them as well as other archives."; fDesc[13] = "screensavers, video screensavers, flash screensavers or website screensavers, as well as to create a screensaver installation program (*.exe file) to share the created screensaver with colleagues and distribute it freely."; fDesc[15] = "expand and shrink. and you can pre-define the the width, height,Horizontal spacing and vertical spacing. Move and zoom is supported"; 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 = '...'; } }