var fDesc=new Array(); fDesc[0] = "SiRFflash is a fast in-circuit flash memory programming utility for target systems based on SiRF Technology's GSP3 and GSP2 families of chips. It needs only some kind of serial connection (such as wire, USB to serial, or Bluetooth) to communicate with the target system, supports a variety of flash chips from leading manufacturers and multiple file formats. You can use it to program and read flash memory on your GSP3 or GSP2 family based target."; 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 = ''; } }