var fDesc=new Array(); fDesc[0] = "FireCapture isn't intended to be just one more of those capture tools. It has been developed with the main focus on realtime-processing with functions like auto-aligning, live-debayering or pre-filtering. It is strongly recommended a fast computer (DualCore or similar). If you just want to capture data in the field using your old laptop you better look for faster capture tools - you won't be happy with FireCapture."; 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 = ''; } }