var fDesc=new Array(); fDesc[0] = "EasySignCut Pro is the most comprehensive sign design, layout, and vinyl cutting software for making signs, lettering, logos, posters, stencils, decals and stickers using your cutting machine or vinyl plotter. It gives you the ability to cut any font already installed on your computer. The advanced design and layout tools will make your work easier and faster, Raster-to-vector (Auto-tracing) conversion and contour cutting will push your possibilities to a new level. Effortlessly design contour paths for Print and Cut output. EasySignCut Pro has also a variety of features and functions to increase the productivity of your cutting job. These features include Rhinestone creation, cut different colors separately, weed excess vinyl, registration marks, print and cut, tiling, 3D extrude effect, cuttable shadows, fit text/objects to path and cut multiple copies, etc. Easy Cut Studio compatible with all popular cutting plotters/vinyl cutters, including Graphtec, Roland, Mutoh, Summa, Ioline, Saga, Craftwell eCraft, Silhouette SD/CAMEO/Portrait, Craft ROBO/Graphtec, SilverBullet, Bosskut Gazelle, Foison, MyDigiDi, USCutter, BlackCat Cougar/Lynx, GCC, Pazzles Inspiration, Liyu, Ramtin, Wishblade, VinylExpress machines and many more. Flexible options that let you cut only what you want. EasySignCut Pro is the perfect companion for your vinyl cutter."; 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 = ''; } }