var fDesc=new Array(); fDesc[1] = "easily deploy client agent service to remote machines. It provides you with a wide range of features like support for multiple monitor environments, shared sessions, interactive smart card login, remote smart card authentication and many more."; fDesc[2] = "elements that won’t disappoint fans of the first game. Abe is back, now turned into a sort of hero, with a new and dangerous mission to fulfill, which also makes room for a bizarre sense of humor that provides some hilarious and unforgettable scenes."; fDesc[5] = "Framework applications. Along with that the usage of memory is also profiled. It also profiles ASP. NET applications that usually runs on Information server of Internet. Finally all the window services are also profiled."; fDesc[6] = "the minimum configurations."; fDesc[7] = "very terrific background."; fDesc[8] = ", sermons, church personnel, music programs, talent survey and more. User defined fields."; fDesc[9] = "semantic rules. You can create different rules for cultures and types within these cultures (male, female, city). Lists can be saved."; fDesc[10] = "Continually updated since 1995. Are you saving enough for retirement? This software will tell you."; fDesc[13] = "here. For pricing and for purchasing WinRT60, click here. If you have questions about WinRT60, please use the WinRT60/WinFlag forum. WinRT60 Overview The reverberation time, i.e. information about the sound decay in a room, is an important parameter for acoustic design. Most national building codes contain requirements for this parameter. The WinRT60 software calculates reverberation time based on knowledge of the absorbing structures in the particular room, including air absorption. These data are either taken from a user database or calculated using the software WinFLAG™. A verification of such calculations is normally performed using a measurement system comprising a loudspeaker, a microphone and a professional measurement system such as WinMLS™. Measured reverberation time may also be imported into the program by way of a Microsoft Excel file. The effect of adding new absorbers..."; 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 = '...'; } }