var fDesc=new Array(); fDesc[1] = "creates his/her own personal three-dimensional avatar and virtual room(s) which can be embedded anywhere on the web."; fDesc[2] = "create albums from pre-designed templates to fully customized albums (includes backgrounds, frames, etc). Is compatible with the previous versions."; fDesc[3] = "will show you a fully decoIt is located right where it was born, in a pine trees forest, on a snow-covered mountain. rated Christmas tree. The screen saver starts showing you the number of days left until Christmas, and immediately, you start watching shooting stars."; fDesc[4] = "were born. Highly customizable tool, Birthday Bios is free for life if you do not wish to upgrade it. Birthday Bios can also print or save various details according to the birth dates selected."; fDesc[5] = "year you were born, or any date between January 1st 1900 and December 31st 2006. Free lifetime upgrades."; fDesc[6] = "where the Top 100 players will win Balance for free. Show your skills to the masses!"; fDesc[7] = "Excel 2000 or higher required."; 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 = '...'; } }