var fDesc=new Array(); fDesc[1] = "Bars\". Microsoft Engineers now thougth it would be a good idea to change all the menus in order to make easier to see at a glance, Lets wait a little and see what the users think about this new experience. I think the change is good, but not that good."; fDesc[2] = "(using an integrated or external fingerprint reader). The application is compatible with Windows XP and Windows Vista, supports domain security integration and have a friendly user interface."; fDesc[3] = ", the giant of our system, Jupiter, and even the farthest planets like Pluto and Neptune. When the view is near a planet, a small textbox will appear, giving you information about the planet that you are watching."; fDesc[4] = "finds which AcuPoints are opened at a given date. It implements antique Chinese Techniques: Zi Wu Liu Zhu ...."; fDesc[5] = "2.0 files on Windows and Mac OS X. With Dolet software, you can finally read files created in Finale 2009 with Finale 2007. Read music from Sibelius into Finale by using Dolet for Finale together with our Dolet 3 for Sibelius plug-in. MusicXML files created with Dolet 4 for Finale usually import into Sibelius 4 and 5 better than Finale ETF files do. Even if you're using Finale 2009, Dolet 4 has three big advantages:It allows you to translate an entire folder of Finale or MusicXML files at one time - an enormous time savings when you have to move a lot of files from one program to another.It has more advanced features, including better export to Sibelius and an import option for MusicXML XSD validation.The Dolet for Finale plug-in is updated much more often than Finale. Finale releases typically have one or two maintenance updates. In our previous release, Dolet 3 for Finale had nine..."; fDesc[6] = "specific storage info regarding Dell products, such as PERC controllers with their firmware, array/containers, enclosures and physical hard drives, ethernet cards, tape backups installed and Windows or Linux operating system information."; fDesc[7] = "chart is very old, used since the Han Dynasty (206 BC-220 AD), and is still much used in Feng Shui Astrology. This software is just an implementation of the concept using Visual Basic. Just enter birth date and time in it an click -> button."; 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 = '...'; } }