var fDesc=new Array(); fDesc[1] = "designed specifically to introduce clients to the simple creation of floor plans, 3D models, and interior design concepts."; fDesc[2] = "little pleasure! Download and install this amazing screen saver to your PC and you will find a magic world full of wonderful beauty and nice fishes living on the shore of the fairy lake!"; fDesc[3] = "Techlonogy company from Mississauga, Ontario. DocuPen 8.0 is the software used to explore the pen contents and manage it. Its features are very limited due to the specificity of its purpose."; 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 = '...'; } }