var fDesc=new Array(); fDesc[0] = "Ulead COOL 360 Viewer is an application to create panoramic views. Many cameras have a setting that allows you to take several pictures of something and make all of those into a single panoramic view. Well, this application does just that, but on your computer. The functionality of this program is great, both for professional use or just for simple, plain fun. The user interface is simple enough to use. All you have to do is add the pictures that you want to use to create a panoramic view and follow the instructions to create it. Once the panoramic is done, you can view it. And it really feels like you were there watching a 360 view of something. The application isn't the fastest when it comes to rendering large-size images, especially on Vista. Ulead COOL 360 Viewer supports the most popular image formats, so you can simply add your JPEG files and enjoy the creation and visualization of a 360 degree view of your yard, if you want to. The application even helps you out by giving you tips on how to take your pictures to create the best panoramic views possible."; 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 = ''; } }