var fDesc=new Array(); fDesc[0] = "This is the first multi-lingual version of xyscan. The first language besides English added is French.. Few new features were added such as (i) the possibility to change the color of the crosshair (thanks to Lee Barnby for this suggestion) and (ii) the possibility to check for new updates. The problem with disappearing scroll bars when zooming in was fixed."; 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 = ''; } }