var fDesc=new Array(); fDesc[0] = "RamVille is a directory of French communes (cities). It contains all the french communes (more than 36000).
RamVille allows you to search for a commune in France, in a department, in an administrative region and even in an old province.
RamVille allows you as well to search for a commune by its postcode or INSEE number."; 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 = ''; } }