var fDesc=new Array(); fDesc[0] = "Region Map Generator is a tool to make region map with self-definition color. The original maps in the software are blank political region ones for different countries or areas. You can color any region with whatever color as you like. By this software, you can easily make lively statistical maps. Easy operation: Two kinds of operation mode are provided. One is to color related region directly. The other is to automatically fill with gradient color based on data."; 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 = ''; } }