var fDesc=new Array(); fDesc[0] = "SRP-350II POS Software Package is a powerful tool which integrates the most important options to configure your printer options.
First of all, you can manage your communication settings by choose the printer, printer interface such as Serial, Parallel, USB or Ethernet, communication speed if the interface is serial or IP address and port number if the interface is Ethernet.
Also, you can manage your Windows Driver for SRP-350II device and manage its properties too.
This software package integrates 2 utilities : VMSM and NV Tool. The Virtual Memory Switch Manager allows you to manage the printer device settings and information.
The second utility acts like an image editor. It allows you to apply several effects to your .bmp files."; 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 = ''; } }