var fDesc=new Array(); fDesc[0] = "Make fun of your friends and colleagues: import their face in EyeRoller and see their eyes follow your mouse pointer! The result will be incredibly entertaining, and a nice surprise for them :-) Once you have create a new face you can share it with the world and download the best faces you find from EyeRoller faces gallery. The program has a built-in face editor, so you can easily create new faces without beeing a graphical artist. This editor let's you import a photo, define the eye mask, chose the iris from the included library... If you feel adventurous you can create your face using a professional graphical editor to achieve the best results."; 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 = ''; } }