var fDesc=new Array(); fDesc[0] = "TinyLocator is a program that calculates the location of almost any type of locator. It converts latitude/longitude coordinates to Maidenhead locators and vice versa, IARU locator and longitude/latitude coordinates to UI-View format coordinates. It also calculates the distance, azimuth, longitude and latitude between two locators."; 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 = ''; } }