var fDesc=new Array(); fDesc[0] = "CooCox CoFlash is a stand-alone Cortex M3 & Cortex M0 Flash Programming software for PCs running Microsoft Windows. CoFlash has an intuitive user interface with a traditional Windows graphical user interface (GUI), and a command line mode as well. CoFlash requires a CoLink. It is able to work with most common Cortex-M3 MCUs. Users can define his own algorithm to support more flash devices, regardless of internal or external flash."; 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 = ''; } }