var fDesc=new Array(); fDesc[0] = "Videoranch 3D is a 3D virtual world where live musicians perform in real time. You will be part of the virtual attendance that enjoys the performance from anywhere in the world.

To run it you need a 3D video card and to sign up for a personal account."; 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 = ''; } }