var fDesc=new Array(); fDesc[0] = "The Actel FlashPro programming system is a combination of Actel FlashPro software and a hardware programmer. Together they provide in-system programming (ISP) for all FPGAs in the IGLOO® Series and ProASIC®3 Series (including RT ProASIC3), and the SmartFusion™, Fusion, ProASICPLUS, and ProASIC families. Whether you are programming a board containing a single device or multiple devices connected in a chain, you can quickly program and reprogram Actel flash FPGAs by connecting to a PC and the target board. FlashPro programmers provide everything you need to program flash FPGAs for compliance with IEEE 1149, using the JTAG port."; 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 = ''; } }