var fDesc=new Array(); fDesc[0] = "LandOnline Client Components are additional software components required by Landonline. This includes components such as the Landonline symbol font software which is required to enable users to view and print mapping symbols from within Landonline. Windows 7 32 bit - Professional, Enterprise and Ultimate are the only versions supported. Vista 32 bit - Business and Ultimate are the only versions supported."; 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 = ''; } }