var fDesc=new Array(); fDesc[0] = "Fascinating technology break through by Genius!! The world’s first ring style touch cursor controller for business, travel, education and i-users ~ Ring Presenter, is a lightweight design and human oriented ring style air-presenter with mouse functions.
With the US Patent design (No 7298362 B2) touch control air-presenter technology, you receive full access to control power pointslides, Play (F5)/Exit, Last/Next Page, Left button and Laser pointer anywhere in the room when doing a presentation. In addition, Ring Presenter also comes with the in-air mouse function so you can use actual mouse functions like cursor movement, left/middle/right buttons, dragging and 4-way scrolling. Ring Presenter is a great tool for browsing Internet pages and documents in locations such as a bus, plane, trainor school lectures."; 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 = ''; } }