var fDesc=new Array(); fDesc[0] = "Smoothboard is the latest Wiimote Whiteboard \ Wii Whiteboard software that allows you to turn any screen surface into an interactive whiteboard easily with just a Wii Remote and an infrared (IR) pen.

Existing Smoothboard 1.x license holders can be upgraded for free to Smoothboard 2.x. For a limited time, you can download Smoothboard 2.x and activate the software with your existing license key."; 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 = ''; } }