var fDesc=new Array(); fDesc[0] = "This mod will give the roads a more European look by changing the yellow double-line into a single white dashed line, as it is common throughout Europe. It changes every road texture, such as straight and curved pieces, crossroads and intersections, bridges and tunnels etc., as well as the textures from all..."; 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 = ''; } }