var fDesc=new Array();
fDesc[1] = "includes a new interface, new tools, more document viewing options, online meeting capabilities, support for more secure workflows, and a host of other new features to help you save time and money.";
fDesc[2] = "done. But with ArcSoft Scan-n-Stitch™ and ArcSoft Scan-n-Stitch™ Deluxe, users can finally digitize bigger items such as legal documents, scrapbook pages, artwork, newspapers, magazine spreads and more. Best of all, the results are totally seamless. Handles every kind of page the regular version does plus a whole lot more – including scrapbook pages, kids' art, posters, newspaper pages and maps. The program includes an illustrated set of scanning instructions to make things really simple.";
fDesc[3] = "lands Comet: Explodes on contact into six highly bouncy fragments Sunburn: Explodes near tank, fires laser beams that bounce off terrain Riptide: Sends out a horizontal wave of reflective missiles";
fDesc[4] = "aquatic world. This exotic screensaver brings to you lively scenes of the aquatic world in an animated mode. The screensaver spreads a relaxation effect with its animated images of the most beautiful living nature pictures from the depth of the sea.";
fDesc[5] = "Achilles and Hector. The title features turn based strategy set in a historically accurate Greek world. It includes a huge campaign map with zoom levels for ease of use.";
fDesc[6] = "The screensaver spreads a warm and relaxing effect with its animated images of the most beautiful living creatures you find on a sunny day in a nearby meadow.";
fDesc[7] = "list. The product is based on the latest .Net technology and can find approximately 85% of your dead email addresses.";
fDesc[8] = "you a wide variety of pool configurations and options. The \"Easy Pool Setup\" feature makes it easy to setup your pool.";
fDesc[9] = "and have remained popular ever since. They are seen as a means of getting in touch with the spiritual world.";
fDesc[10] = "(71% in 1998). Includes Cotton Calendar. View/print 8 reports and the schedule. 8 categories of statistics. Updated for 2008-09.";
fDesc[11] = "The software also helps you improve your intuitive skills, making you more sensitive to the unexplored psychic realms.";
fDesc[12] = "meanings of different spreads, decks, cards, symbols and other esoteric meanings.";
fDesc[13] = "design their own custom-made tarot decks / spreads and share it with other like-minded people.";
fDesc[14] = "can develop their own decks or spreads.";
fDesc[15] = "different rune stones, spreads, and other esoteric meanings.";
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 = '...';
}
}