var num_lotr = 10; var totalcnt_lotr = 0; var arr_lotr = new Array(); function moreClicked_lotr(){ if (num_lotr <= 10){ num_lotr = totalcnt_lotr; document.getElementById('morebutton_lotr').innerHTML = "Click here for the next ten meetings."; } else{ num_lotr = 10; document.getElementById('morebutton_lotr').innerHTML = "Click here for the complete list."; } fillmeeting_lotr(); } function fillmeeting_lotr(){ var str_lotr = ""; if (totalcnt_lotr < num_lotr){ num_lotr = totalcnt_lotr; } if (num_lotr<=10){str_lotr = "The next ten meetings:"; } else{str_lotr = "All meetings currently scheduled:"; } str_lotr = str_lotr + "