var fDesc=new Array(); fDesc[1] = "to interact effortlessly with their Students either on an individual, group or full classroom basis. Includes internet monitoring."; fDesc[2] = "incredible application enables you to watch your TV shows from any place in the world and remotely access photos, music and videos directly from home, without the trouble of uploading them."; fDesc[3] = "a Demo from the developer's website. On the site there is info about the program, including a 332-pages PDF manual, discussion board, knowledge base, technical support,where to buy both local and internationally, system requirements, product upgrades, etc."; fDesc[4] = "Browser as name states is powerful software to customize virtually every component of Windows. It is powered by instant access to unmatchable library on web containing huge stock of themes, skins, icons, wallpapers for your Windows only."; fDesc[5] = "Axure RP Pro is a useful tool to create templates in wireframe for web applications. This is a powerful program that thanks to the wireframe system, will allow you to get a reliable idea of the final result."; fDesc[6] = "With this utility you can change, add, remove text, images, sounds, icons, videos, version number, dialogs and menus in any program, by editing files with .exe, .dll, .res, .rc or .dcr extension."; fDesc[7] = "any web page. Read other's comments. Private message them. Comment the overall page, specific text, or any picture."; fDesc[8] = "They are lost in the middle of nowhere and even worse, have been separated, you have to help Fone find his cousins and head back to Boneville. You will find amazing creatures along the way."; fDesc[9] = "work team. With this useful program members can share documents, perform phone conferences, establish tasks for any member of the team, and many other interesting features that I'm sure you will find very useful."; fDesc[11] = ", agenda, actions and closure. Audio signal is compressed in real-time, easy to export/import and listen in transcription playback mode."; fDesc[13] = "Book of Mormon, Books of the New Testament, GospelTration, Crossword Puzzle, Gospel Tic-Tac-Toe, President of the Church, and more."; fDesc[14] = "and central workspace on the Web -- instantly! Structured for immediate participation, teams use QuickPlace to - Coordinate: people, tasks, plans, and resources Collaborate: share ideas and discussion, resolve issues, coauthor documents, manage due diligence Communicate: actions & decisions, key findings and lessons, publish knowledge captured to a broader base of readership"; fDesc[15] = "Invision Power Board engine. Want to take part in some forum's topic but don't want to spend much time to check discussion board very often?"; 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 = '...'; } }