var fDesc=new Array(); fDesc[0] = "Unified Mobile Utility is a free program that enables you to configure the SPP-R200, SPP-R200II, SPP-R300 and SPP-R400 devices. The program offers you a function that sets printer operation conditions via non-hardware control, one that facilitates the downloading of image files, such as logos, intended for repetitive printing and a function that is used to download and install the latest Firmware."; 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 = ''; } }