var fDesc=new Array(); fDesc[0] = "Easy to use and portable, with program editing, copying, status monitoring and debugging functions, most suitable for field maintenance. Change working mode only by a single keystroke, without having tedious exit process from current working mode. FP-08 Programmer for FBs series PLC can be used to edit PLC mnemonics, high-speed pulse instructions, and link instructions. The programmer also features: monitoring and setup of timer, counter, register and contact; in addition to the program memory pack (FBs-PACK), system setup and information, and user update of OS version on FP-08 etc. Fatek Automation Corporation, was founded in 1992 by a group of PLC R&D engineers."; 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 = ''; } }