var fDesc=new Array(); fDesc[0] = "Set of applications for simple GPS navigation and serial port handling in MS .NET, Mono and .NET Compact Framework. Runs also on partially broken serial port implementations in Mono and PDAs, like HTC3300 (aka. T-Mobile MDA Compact). Show current position, copy one serial port to another or to IP."; 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 = ''; } }