var fDesc=new Array(); fDesc[0] = "With Web Touch you can navigate through your desired content by simple clicking and dragging. General support of kinematic scrolling is implemented and also touch screen keyboard support is added. WEB Touch currently supports 3 popular online services (Flickr, YouTube and Picasa) to work with video or photos."; 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 = ''; } }