var fDesc=new Array(); fDesc[0] = "OBELISK top2 is an application that allows you to transfer switching programs created on the PC to the OBELISK top2 memory card via USB interface. Also, you can transfer the programs from the memory card to the time switch and vice versa. The programming and the program printout can be done comfortably from the desk."; 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 = ''; } }