var fDesc=new Array(); fDesc[0] = "SOLO Studio offers an intuitive and uniquely WYSIWYG interface allowing users to design templates in any format with barcodes, images, symbols and other graphical elements, all exactly as they will be printed.
SOLO Studio lets you to design your labels using a simple, intuitive interface. Your designs can then be transferred to the SOLO keyboard instantly without the need for any programming or lengthy manual configuration."; 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 = ''; } }