var fDesc=new Array(); fDesc[0] = "Virtuoso Print Manager is Sawgrass' first universal print management software for SG400, SG800 and VJ 628 printers. Offering a singular solution for optimal print quality and production efficiency, this software combines the best features of PowerDriver, CreativeStudio Print Manager and WinProfile / MacProfile ICC profile solutions into a single, powerful and easy-to-use RIP-like application."; 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 = ''; } }