var fDesc=new Array(); fDesc[0] = "csv2kml is a free program to convert csv files to kml format. CSV (Comma-separated values) file format is used to store a list of data in a text file. Now, the CSV file is created with gps speed sentry program. This is a program to be used in car computers along with GPS to avoid overspeeding. KML file is actually used with Google Earth program to store data of a particular location."; 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 = ''; } }