var fDesc=new Array();
fDesc[1] = "changed. Back in time, Lara was a group of polygons moving awkwardly around ugly-looking square levels. Now, Lara is a real woman, with real clothes that move and break.";
fDesc[2] = "videowall-Effects with 2D & 3D, sensational. By forgoing the overall complex key frames with a extreme easy handling! Plugins for most actual NLEs available!!";
fDesc[3] = "gallery of screensaver sets and more than 3,000 images or create your personal screensaver using your own photos! Set slide";
fDesc[4] = "can be submitted to Google to help them crawl your website better. Create a Text sitemap to submit to search engines";
fDesc[5] = "sublinks). It's very easy to use and gives you amazing results within seconds. This download manager searches all your favorit web links.";
fDesc[6] = "for. The program will spider, grab, crawl, rip, harvest, extract and parse for the e-mails and can also automatically send them out.";
fDesc[7] = "simultaneous connections enabling the scan of several URL's at the same time. Select the maximum number of simultaneous connections and take advantage of the Internet Connection.";
fDesc[8] = "taskbar displaying your local temperature, but if a severe weather warning comes in, 11 News Alert will play a sound to catch your attention and display a text crawl across your computer's screen";
fDesc[9] = "and they have developed the neat Channel 3 Weather Wizard 2.0 software program to alert you, within minutes, right on your desktop with a desktop crawl, about the latest breaking news and weather warnings.";
fDesc[10] = "warning just like you see on News programs on television, with a preceding audible alarm sound before the text crawl begins, providing you with the earliest of warnings.";
fDesc[11] = "When serious weather conditions arise, vital information relating to storm conditions will be displayed as a crawl across your computer screen and information will be sent to you from ABC13 to keep you safe in an emergency.";
fDesc[12] = "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[13] = "quietly in your taskbar displaying the current temperature of your location. If WITN sends you an alert, you will hear an audible sound from your computer, after which a text crawl, just like a newsreel crawl, will display your weather warning across your computer.";
fDesc[14] = "characters and plot twists. A contemplative approach is needed to progress through over 350 devious rooms.";
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 = '...';
}
}