var fDesc=new Array(); fDesc[0] = "Luminox is a program for creating virtual reality. Hold your wrist up to the webcam and adjust focus to the Luminox shield on the paper sample. Next, select your preferred watch model from SEA, AIR, LAND collections and try it on. To view the illumination - simply click on the "Night View" button. Enjoy your VR app and share with friends."; 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 = ''; } }