var fDesc=new Array(); fDesc[0] = "Standard Features:
-Look-up of US call signs
-Wild card searches on US call signs
-US zipcode database current as of Dec 2009
-Manual and automatic download of Master FCC Database
-Mini Internet Callsign Server
-Geographic coordinates computed based on zip code
-Display of Ten-Ten and VP numbers
-Lookup of Ten-Ten and VP numbers
-Display of Sunrise and Sunset times
-Display of License Class
-User configurable font, foreground and background colors
-User definable search functions
-Save search output in CSV format
-Automatically compensates for regional date formats
-Batch File processing to CSV format"; 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 = ''; } }