var fDesc=new Array(); fDesc[0] = "With its automatic mode, Tape Label Studio offers an easy way to create your labels. Specify your label template, the color, and border styles you like and how many labels you need. The automatic mode takes care of your settings and gets the job done.

Tape Label Studio offers powerful color style and border style editors. With those tools by the hand, you can customize background, text and border colors, set your desired border width and many more. Make your labels look the way you need them."; 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 = ''; } }