var fDesc=new Array(); fDesc[0] = "This program is designed to convert ESRI ShapeFiles (.shp) into the special AMAP format for using in the geographic map module of AnyChart Flash Component - AnyMap. The flexible and intuitively clear interface of AnyChart Map Converter utility provides a wide range of functions to obtain the required result: smart boundaries simplification, polygons aggregation in groups by fields of data table and more."; 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 = ''; } }