var fDesc=new Array();
fDesc[2] = "each of the five prescribed prayers. It can be fully customized to our preferences. It lets us select audio and images, set reminders, select our location from the list provided, see the Quiblah direction, etc.";
fDesc[3] = "user can also choose between five levels of complexity - from Easy to Extreme. Each puzzle is generated randomly so there is an almost limitless selection.";
fDesc[4] = "for motion graphic designers, animators and visual effects artists. combustion 2 is a powerful, resolution-independent , vector paint, animation and compositing solution for multi-format work from the web to video and HDTV to feature film. combustion 2 is available for both Apple Macintosh (OS 9.x, OS X) and Windows (NT, 2000) systems and features an advanced object-oriented architecture with extensive caching, multiple views and real-time loop playback. combustion 2 is setting a new standard for interactive performance on the desktop.";
fDesc[5] = ", television and games production now have a new and fluid approach to creating memorable and sophisticated characters. Order 30 day trial.";
fDesc[6] = "will allow you to sit back and really relax from your daily routine. Picture yourself in Paradise! All kinds of tropical birds fly around the place, while the gentle waves splash against the shore.";
fDesc[7] = "secure options in email client software can't provide the same level of protection as 1EAV does.";
fDesc[8] = ", extinction of the computer. International languages.";
fDesc[9] = "pictures and videos private ? Prevent identity theft ? Guard against accidental discovery ? Protection if your computer is stolen";
fDesc[11] = "gives you a discreet reminder if it finds that you have worked for too long without taking that necessary break.";
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 = '...';
}
}