var fDesc=new Array(); fDesc[0] = "Wallpaperio HTC Maker is a free wallpaper creator that can make wallpapers from pictures and photos so you can customize your HTC. The program supports many types of picture files, such as JPG, PNG, and GIF, and lets you resize them into the proper size of your HTC.
Wallpaperio HTC Maker is available for Windows and Mac."; 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 = ''; } }