var fDesc=new Array(); fDesc[0] = "The original DOS version was first released in 1985 and several thousand copies are in use. Building on the design-centric flow of that program, Fairfield is an interactive web application with an enhanced user interface and added features. Use is free and Fairfield’s privacy policy is not to monitor or retain user data from the site."; 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 = ''; } }