var fDesc=new Array(); fDesc[0] = "The Phyton Project-430 integrated development environment is a complete set of software that conveniently enables users to access all the tools for writing, editing, compiling, and debugging programs for the MSP430 microcontrollers.

Main Features :

- Represents a Windows-based front-end of both Phyton PICD-430 and PDS-430 debuggers
- Includes the MCA-430 macro assembler
- Includes a full-featured sophisticated multi-file editor
- Displays colored syntax highlighting for C and assembly files
- Supports project management for the Phyton MCA-430, MCC-430 and IAR Systems EW-430 compilers
- Enables to set up C compilers via convenient dialogs
- Automatically recompiles and rebuilds a whole project after any changes in the source code and highlight errors"; 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 = ''; } }