var fDesc=new Array(); fDesc[0] = "G.M. International customers have the possibility to choose between two easy methods of configuring their GM D1000 Models: our well-known and handy PPC 1090 (standalone pocket portable) and our innovative SWC1090.
The SWC1090 interfaces your laptop, or computer, with the isolator , giving the possibility to configure every parameter, save them to file for future use, or to automatically print the full set of parameters into a Report Sheet"; 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 = ''; } }