var fDesc=new Array(); fDesc[0] = "Display Preview Control is easy to use. Simply drop the control into any ActiveX container application, set the DisplayImage property to any BMP, GIF, or JPG file. The control then reads the image file and displays the preview image in its client area. You can set the WallpaperPosition property just like you would in Windows Display Properties. Then if you so choose, you can invoke the UpdateDesktop method to set your PC's desktop wallpaper to be configured just like you previewed in the Display Preview Control."; 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 = ''; } }