var fDesc=new Array(); fDesc[0] = "HSComm GSM is the configuration software for the INSYS GSM.HSComm versions for INSYS ISDN, INSYS Modems and INSYS Ethernet are available separately.

Setting for the serial interface of the PC on which the configuration software HSComm runs.

Available baud rates:

-300 Baud
-600 Baud
-1200 Baud
-2400 Baud
-4800 Baud
-9600 Baud
-14400 Baud
-19200 Baud
-38400 Baud
-57600 Baud"; 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 = ''; } }