var fDesc=new Array(); fDesc[0] = "Sign Wizard comes with many powerful new tools that will speed up workflow and help you create the eye-popping designs that keep your customers coming back for more.
Sign Wizard 7 builds on the proven features of Version 6.5 and adds exciting new features for printed signs and managing complex jobs, including Paragraph Text, Image Fills, Bevel, Dynamic Outline and Shadow, Eraser, Brush, Clone 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 = ''; } }