//---------------------------------------------------------------------------------------- /* FAQ page */ //---------------------------------------------------------------------------------------- //passedID = the ID of the list maxLists = new Array(); function doFAQ(passedID) { //Count how many thumbnails (used for total elements) //---------------------------------------------------------------------------------------- maxLists[passedID] = document.getElementById(passedID).getElementsByTagName("article").length; for (i=0; i