var fDesc=new Array(); fDesc[0] = "This is Activeworlds Europe, your entry point to our 3-dimensional Web Universe.
Inside our Universe are public and private Web Worlds where you can step into a virtual body (avatar) and walk, swim or fly around to meet other people.

You communicate with other visitors via (typed) chat, VOIP or gestures – such as waving at them. You can also display streaming video and pictures to your audience, or hold audio presentations. Feeling creative? Copy existing objects or build your own to make your own special place on the 3D internet."; 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 = ''; } }