Movie List Update
function RollUp1191692147 (targetid, callerid, targettype){target = document.getElementById(targetid); caller = document.getElementById(callerid); if (target.style.display == “none”){target.style.display = targettype; caller.innerHTML = “Hide the Movie List”;} else {target.style.display = “none”; caller.innerHTML = “Show the Movie List”;}}
[...]