var fDesc=new Array(); fDesc[0] = "Internav 977 is an Automatic Vehicle Location, Tracking, Navigation, Management and Control system which utilises the Navstar Global Positioning System (GPS) and Barrett HF SSB radio equipment to provide communications between the central control station and mobiles. The MS Windows based tracking system, located at the control station, automatically polls selected vehicles located anywhere in the World and then plots their positions on a computer based map."; 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 = ''; } }