var fDesc=new Array(); fDesc[0] = "The GSV5 Loader allows you to configure and program the GSV5 communicator. Before you start the GSV5 programming, you must set the GSV5 Loader’s interface language, which must match with the language of voice messages pre-installed in GSV5 at the factory. Afterwards, you need to select the proper GSV5 operating mode: GSM/GPRS communicator, KEYBUS compatible or SERIAL port compatible. After selecting the proper operating mode, you can press Start programming."; 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 = ''; } }