var fDesc=new Array(); fDesc[0] = "TouchMousePointer is a free program for use on Windows tablets or convertibles with touch screens. The program turns your touch screen into a track-pad that controls a standard cursor. At last your Windows tablet has a cursor and you can position it exactly where you need to have it - without your finger blocking the target - and mouse roll over effects work perfectly on menus and buttons of all Windows programs and websites."; 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 = ''; } }