var fDesc=new Array(); fDesc[0] = "Complete Digital Photography Solution Acquire digital images from digital cameras, scanners or memory card readers Capture video clips from 1394 DV camcorders, PC cameras or video capture cards View images, hear audio and play video clips through an easy-to-use browser Make common adjustments and conversions to images and video clips Share images and video clips through printing, slide shows, e-mail and the web Simple & Powerful Interface Easily navigate through powerful program functions with clear and simple toolbars Browse through a file tree folder structure, similar to Windows Explorer View at-a-glance thumbnail representations of folder contents Quickly display multiple image files with Ulead Instant Viewer Easy Sharing Options Share photos with friends and family with a free account on iMira.com Make prints on high-quality photo paper with AGFAnet Internet Printing Service Print full-sized images, image thumbnails, greeting cards and calendars Optimize and send images or video clips to e-mail recipients Display slide shows with images, sounds and video clips Output HTML Web pages of image thumbnails or slide shows"; 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 = ''; } }