var fDesc=new Array(); fDesc[0] = "WicePlus is ICE integrated development environment (IDE) software on Windows 2000 or Windows XP for the 8-bit microcontrollers, EM78series, of Elan Microelectronics Corporation (EMC). The WicePlus has four main modules which are editor, project, assembler and debugger. The aims of the WicePlus are to provide a friendly operation environment, powerful functions, a high-speed transmission and a stable system."; 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 = ''; } }