var fDesc=new Array(); fDesc[0] = "The Microsemi FlashPro programming system is a combination of Microsemi FlashPro software and a hardware programmer. Together they provide in-system programming (ISP) for all FPGAs in the IGLOO2, SmartFusion2, RTG4, IGLOO® Series and ProASIC3 Series (including RT ProASIC3), and the SmartFusion, Fusion, ProASICPLUS, and ProASIC families."; 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 = ''; } }