var fDesc=new Array(); fDesc[0] = "A work around for retailers who need to get started with printing Shelf labels quickly. Prints product description, price and barcode. Simply install, then launch from your desktop and begin entering your product details
into the list before pushing the Print button. Prints 2up (2 x 7), 3up(3 x 7), half A4
and full A4 labels with barcode included. Shelf label information can be saved and later retrieved for use in"; 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 = ''; } }