var fDesc=new Array(); fDesc[0] = "Zoner Draw 4 is a powerful vector graphics editor with an intuitive user interface. Use it to create internet graphics, illustrations, leaflets, price lists, greeting cards, postcards, maps, building plans, business cards, letterheads and more. Main features: tools for creating curves, rectangles, ellipses, polygons, stars, tables, barcodes, and text; fully editable object styles: editable pen, fill, shadow, and transparency; object operations: combinations, weld, trim, and intersect; support for Adobe plug-in bitmap filters; multi-page documents with layers and offering a grid and guidelines; billboard printing; multiple copying along curves. Zoner Draw 4 can import most bitmap formats and major vector formats - AI, EPS, PS, CDR 8, CMX 7, DXF, EMF, WMF and more. Zoner Draw 4 contains several other useful tools for your graphics work - Zoner GIF Animator 4, Zoner Media Explorer 4 and Zoner Viewer 4."; 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 = ''; } }