var fDesc=new Array(); fDesc[0] = "Label Design Studio is an easy-to-use sticker creating software embedded with features to help you customize your tags. You can use your own logo, images, and clip art to create your labels; access beautifully-designed backgrounds, shapes, and fonts to make labels attractive; edit and enhance images by adjusting transparency and rotate them as required; select a variety of sizes or define a custom size, and more."; 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 = ''; } }