var fDesc=new Array(); fDesc[0] = "Lets you create your own 'gestures' for use in Virtual Places chat. Gestures are animated pictures with sound that you can send and activate over a chat in Virtual Places. You can convert animated GIFs into gestures, and Gesture Genie also supports JPG and BMP graphics. Its no-frills interfacemakes it easy to create gestures in very little time, and you can work with several gestures simultaneously. Its appeal may be limited, but Gesture Genie is certainly a useful tool for fans of Virtual Places chat -- and, it's free."; 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 = ''; } }