var fDesc=new Array(); fDesc[1] = "expansion bases itself in the struggle for the British isles, and sets several kingdoms waging war between them. With all the great things that make Total War great and some more, this is an expansion to have."; fDesc[2] = "is just like taking the real test. In fact we’re so confident that it will help you pass your Theory Test that we offer a money back PASS GUARANTEE"; fDesc[3] = "of titles which represent different missions for Nancy Drew to solve. In Nancy Drew: The Haunting of Castle Malloy, Nancy will be trying to find the missing broom."; fDesc[5] = "with great accuracy! If you want to make a living at sports betting this will be an invaluable tool for you!"; fDesc[8] = "UK and Ireland TV channels and rated 5 stars by ZDNet, VNUnet, BBC and many others, proves this is an application you cannot do without."; 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 = '...'; } }