var fDesc=new Array(); fDesc[0] = "The Language Control Centre is available to download free of charge from the Board’s website, facilitates the use of Welsh in bilingual households and workplaces by offering a language choice to all. It allows users choose the either Welsh or English as interface language for Windows XP and Office 2003, provides tutorials on how to type accent marks and to spell-check in Welsh and includes a handy vocabulary list of technology terms in Welsh and English."; 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 = ''; } }