var fDesc=new Array(); fDesc[0] = "Create your own flash wallpaper installer and re-distribute it to your web-site visitors, your customers, colleagues or friends. You can customize title, publisher, web-site url, to set custom options for flash movie used in wallpaper, automatically reverts to previous wallpaper when de-installing flash wallpaper.
Take a look at step by step tutorial on our web-site that will teach you how to build your own flash wallpaper installer in a few minutes."; 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 = ''; } }