var fDesc=new Array(); fDesc[0] = "SVG Pony is a Windows application to convert generic SVG image files to SVG Tiny 1.1 format, which is the format Nokia phones use. SVG Pony has been mostly tested with Inkscape created images.
SVG Pony can be used to catalog and preview SVG images. Previewing efficiently a lot of svg images is a surprisingly hard problem as few programs will display you more than one image at a time."; 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 = ''; } }