var fDesc=new Array(); fDesc[0] = "The leading GPS interface tool for Windows! GPS answers the significant world demand for accurate, viable and cost effective positioning systems. The Geographic Tracker delivers all of the power and utility of GPS to the Windows environment by allowing you to link a GPS receiver to other Microsoft Windows applications through standard Windows DDE messaging."; 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 = ''; } }