var fDesc=new Array(); fDesc[0] = "3B allows you take any web sites or photos and place them in a personalized 3D space, your 3B room. You can use MySpace, Hi5 or Bebo pages or photos you've loaded onto Flickr, Photobucket or any other web service.
The thing with 3B is that you can make it totally YOURS, it's your unique 3D space. And 3B is incredibly easy to use, it's simpler than uploading a photo to the web and FREE."; 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 = ''; } }