var fDesc=new Array(); fDesc[0] = "The current developmental Lynx has two PC ports. The term port means that these versions will be able to follow the development of Lynx as it continues to grow. The ports are for Win32 (95 and NT) and DOS 386 . If you have less than a 386 then you might want to look at . . other options such as Bobcat or Nettamer."; 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 = ''; } }