var fDesc=new Array(); fDesc[0] = "The NJGS Coordinate Conversion Utility is a MS Visual Basic v.6 ® program comprised of three modules. The main module allows for the conversion of New Jersey State Plane Coordinates to or from latitude/longitude and also displays the Atlas Sheet Coordinate and the name of the USGS 7½ minute quadrangle. The other two modules perform conversions from Atlas Sheet Coordinate to or from latitude/longitude and decimal degrees to or from degrees, minutes and decimal seconds."; 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 = ''; } }