var fDesc=new Array(); fDesc[0] = "MagicSoft Recorder is an ingest application designed for the broadcast and post production markets. It is particularly useful for multicam ingest and conformance recording because it supports up to 4 different video inputs and each input supports 2 simultaneous recordings. The program supports AJA, DeckLink, and Intensity cards and devices. The input can be set either analog or digital depending on the capabilities of the card."; 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 = ''; } }