var fDesc=new Array(); fDesc[0] = "WebCam Cyclops Play is a package of 5 games, which thanks to USB camera and special algorithms will transfer you into the screen. All of this will let you bounce a ball which is only on the screen with your hand. The playground package of 5 games (Soccer World Cup, Beach Volleyball, Slums Basketball, Wasps killer and Flight over Amazon River) will make home entertainment more joyful than ever. Let your family be a part of XXI century."; 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 = ''; } }