var fDesc=new Array(); fDesc[0] = "Namo WebCanvas is a vector-based Web graphic drawing tool optimized for use with Namo WebEditor, making it easy to create and manage all graphic resources in a unified environment. Namo WebCanvas helps you create attractive, fast-downloading graphic images. It fully supports the SVG file format, allowing preview of SVG files in a Web browser and export images in a variety of file formats."; 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 = ''; } }