var fDesc=new Array(); fDesc[1] = "interfaces to ensure that data remains safe when the computer is unattended or for public use, such as those in an open environment. It also prevents data from being copied to external storage media, such as an optical disk, flash drive or floppy disk."; fDesc[3] = "automatic Internet updates, and uses the revolutionary Norman SandBox for proactive protection against malware."; fDesc[4] = "is compatible with D3, D2Xs, D2X, D2Hs, D2H, D300, D200, D100, D80, D70s, D70, D50, D40X, D40, D1X, D1H and D1SLR cameras. You can connect your camera via USB, Firewire cable or WiFi adapters."; fDesc[5] = "from the safety of your living room. As soon as you get upstairs, you will find yourself in a poorly lit place, full of old objects covered with dust. As you turn around, you will find carved pumpkins that move and laugh."; fDesc[6] = "second by second. Three trading Strategies. Seven Pairs: EUR/USD GBP/USD USD/JPY USD/CHF AUD/USD USD/CAD GBP/JPY."; fDesc[7] = "information, State Radar, and an 8 Day Weather Forecast as well as State Satellite weather information, covering the communities of Tennessee and the wider region. This important coverage enables WVLT-TV to provide up to the minute severe weather alerts"; fDesc[8] = "roster, recording and checking of staff availability, repeat rosters and shifts, parameterizable preview/ printing of reports."; fDesc[9] = ", view files, display search strings, match text ,multiple text, uses files extensions & dates, files size, text, attributes & case sensitive,"; fDesc[10] = "is calculated during the trading day following the markets movements second by second. Five trading Strategies to choose from."; fDesc[11] = "be some. Your children can hide pornographic files really deeply so that you never find out about them."; fDesc[12] = "outgoing email is viewed and a daily reminder to follow up on any of your emails which haven't been confirmed by Mailinfo."; fDesc[14] = "\"Windows Explorer\" like user interface and allow managing files on your web server on the fly."; 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 = '...'; } }