var fDesc=new Array(); fDesc[0] = "CodeDesigner is an advanced Windows 95/98/NT/2000/XP based integrated development environment (IDE) for the PicBasic and PicBasic Pro Compilers from microEngineering Labs, Inc. CodeDesigner has many of the advanced editor features found in Visual Basic. Features like Auto Code Completion, pop-up statement syntax, and PicBasic statement sensitive help will speed project development. Reduce time spent hunting down errors with CodeDesigner's ability to quickly navigate error lines, highlight errors, and display error descriptions."; 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 = ''; } }