var fDesc=new Array(); fDesc[0] = "Play the virtual version of Rubik's, Arxon, OddzOn and Bicolor cube game in 3D environment. You can play with scrambled and your own painted cubes. You have the opportunity to undo and redo your moves. You can also download or make your own panoramic environment files. Using panoramic environments makes playing very exciting."; 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 = ''; } }