var fDesc=new Array(); fDesc[0] = "Wms2Cad is a tool for tilling your CAD drawing with topo and ortho maps with use of worldwide WMS and TMS services for reference purposes. It is simple, fast, and effective. Just choose the type of map from the predefined list of WMS services or define one of your interest, click the area for which you want to download the map, and start tilling."; 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 = ''; } }