var fDesc=new Array(); fDesc[0] = "ZIP Express allows easy look up of U.S. ZIP Codes and their associated cities, states, counties, area codes, time zones and current time. Find the current time and time zone for cities around the world. Paste ZIP Code information directly into your Windows applications. Press a hotkey while in your word processor and a ZIP Code entry box appears. Type in your ZIP Code and the city, state and ZIP Code are typed right into your word processor."; 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 = ''; } }