var fDesc=new Array(); fDesc[0] = "Avination is a growing 3D virtual space created by its residents. A place to chat, meet new people and make friends, create virtual goods or places, learn or socialize. Based on voice and text chat or streaming audio Avination makes it easy to meet and communicate with people. A perfect setting for educators, businesspeople or musicians to teach classes, hold meetings or perform live concerts."; 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 = ''; } }