var fDesc=new Array(); fDesc[0] = "The SCC Tools package consists of ten command-line tools (and one General Parser module) designed to assist in the task of extracting, manipulating, and inserting the additional data included in Line 21 of NTSC video: closed captions, MSNTV links, V-Chip ratings, and a variety of lesser-used types of information."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }