var fDesc=new Array(); fDesc[0] = "Seasonal textures Realistic coastlines and beaches Realistic road system with traffic on major routes Railroad system Important VFR landmarks (EG: Orot Rabin power station, Ashdod port) Compatiablity with Israel's SRTM Mesh All cities, towns and villages in Israel Major population areas in Gaza strip and the west bank Realistic rivers and streams. Major water pools"; 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 = ''; } }