var fDesc=new Array(); fDesc[0] = "Flash2X Wallpaper Maker is a program to make flash wallpapers with both flash (SWF) and flash videos (FLV). It generates executable setup wizard for your flash wallpapers so that users can easily install your flash wallpapers on their computers.

Making flash wallpapers with Flash2X Wallpaper Maker, you can customize your flash wallpapers and show a text link to your website on the bottom right corner of your flash wallpapers. It is a great piece of software to enjoy flash and flash videos and promote your websites."; 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 = ''; } }