var fDesc=new Array(); fDesc[0] = "iMapBuilder helps you to create flash maps with locations. When making a map, you can plot locations by pinpoint on map, by entering latitude and longitude values directly, or you can create map even faster by import markers from a CSV data file, with a list of coordinates (longitude and latitude) values."; 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 = ''; } }