var fDesc=new Array(); fDesc[0] = "Oswald V.1.0 project aims to develop and sustain a long-term cooperation between Europe and least developed countries of South East Asia for bringing IT&C to rural sector. It has an easy-to-use graphic interface (an identikit system) on which the identification software will be available in local languages (Lao and Khmer)."; 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 = ''; } }