var fDesc=new Array(); fDesc[0] = "EasyType French Accents is a support tool that makes typing French accents simple, comfortable, and quick. You can type the accent aigu, accent grave, accent circonflexe, and any other French accents with great ease. You just need to press the same key twice or more to type the accent you want. It works with all Windows applications - just about anywhere you can enter French text."; 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 = ''; } }