var fDesc=new Array(); fDesc[0] = "A digital metropolis full of cool hangouts, interesting people, and entertainment hot spots, Kaneva's free virtual world offers you an immersive 3D experience where you can play games, shop, or build your dream home. Bring your friends, your favorite videos and music… bring your imagination, and step into our free virtual world, the World of Kaneva.
The World of Kaneva is a free virtual world, where you can make new friends, hang out together, and have fun."; 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 = ''; } }