var fDesc=new Array(); fDesc[0] = "CreativeStudio Print and Color Manager is a powerful tool that ensures your Virtuoso SG400 and SG800 printers deliver prints of optimal quality. This software is used to send print files from CreativeStudio Online Designer to your printer, and enables you to choose a variety of custom options specific to your printing needs."; 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 = ''; } }