var fDesc=new Array(); fDesc[0] = "Have you ever thought about making a paste photo by yourself? Magic Face Show is the software developed for creating paste photos in an easy and simple way. Just clicking the mouse, a user can make paste photos. Besides printing the standard paste photos, the program also supports the function of outputting the photos to the screen saver program or storing them in hard disks. With the software, you can make paste photos by yourself at any moment you want"; 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 = ''; } }