var fDesc=new Array(); fDesc[0] = "iWiiBoard is an wiimote whiteboard utility that can easily transform your screen into user-friendly interactive whiteboard!
Using an innovative combination of Nintendo's Wiimote, your computer, and an inexpensive infrared pen, you'll be able to write or highlight directly on top of any application or document!"; 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 = ''; } }