var fDesc=new Array(); fDesc[0] = "Vector Studio is an easy to use vector drawing program. With an integrated button designer, you have the perfect tool for producing quick and easy buttons for use on your web pages or anywhere else you might need them.
In addition to powerful drawing tools that you don't have to be an expert to be able to use, Vector Studio includes access to rich resources like our 1,200 fonts.
Vector Studio is powered by a fast, advanced, hardware accelerated and fully anti-aliased graphics engine and an office ribbon interface that delivers a refined and polished experience to you."; 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 = ''; } }