var fDesc=new Array(); fDesc[1] = "provided by nDAC. The Navigraph nDAC 3.0 is a comprehensive package meant for the flight-sim community. You need to just download nDAC install become a member and start browsing all the airfields, download the ones you need, take prints and start flying."; fDesc[2] = ", Discover, JCB and other major credit card numbers."; fDesc[3] = "submitting the card number online. Credit Card Verifier can validate any VISA, MasterCard, Diners Club, Carte Blanche, EnRoute, American Express (AMEX)"; fDesc[4] = "Blanche, Diners Club, EnRoute, American Express (AMEX), Discover, JCB and other credit card numbers."; fDesc[6] = "EnRoute, Carte Blanche, AMEX, Discover, or JCB credit card numbers without submitting them online."; fDesc[8] = "Card Validator"; fDesc[9] = "progress, route planning with unlimited number of waypoints, average weather enroute, and position reporting"; fDesc[10] = "rhumbline. Caculates average weather enroute as well as estimated vessels performance and optimal speed settings."; 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 = '...'; } }