var fDesc=new Array(); fDesc[0] = "Ulead® COOL 360™ quickly and easily allows photo editing consumers to transform a series of photos into 360° or wideangle panoramic scenes for an immersive viewing experience. COOL 360's intuitive interface and easy-to-use wizard deliver great-looking panoramas fast while advanced warping, blending and alignment tools ensure excellent results. With this program you can share finished panoramas via email, create Web pages or insert them into documents and presentations. The program has easy to use features that make creation a snap such as a unique 3-step workflow and helpful wizard that guide you through the process, image previews and thumbnails that make file selection and organization trouble free and a large working area that simplifies the checking and adjusting of images. The program also includes powerful tools to obtain superior results such as automated photo warping, alignment and color blending, manual image alignment via drag & drop or keyboard nudging and unrivaled adjustment tools to correct differences in color balance, camera tilt and camera angle."; 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 = ''; } }