var fDesc=new Array(); fDesc[1] = "scorching days and quiet nights? Do you want to explore new and undiscovered lands as you battle fiercely against enemies and survive dreadful storms? Then the Galleon 3D Screensaver is for you!"; fDesc[2] = "travelling? Now you can be part of the first voyage of those brave seamen with the Voyage of Columbus 3D Screensaver! Get aboard one of Columbus' ships: the Santa Maria, the Pinta and the Nina - and recreate the making of American history!"; fDesc[3] = "or folder, including multiple drives, a custom list of folders, or any combination there of. Check it out today!"; 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 = '...'; } }