var fDesc=new Array(); fDesc[0] = "PhotoMazing is designed as a fast and efficient photo viewer and light editor tool. It allows users to setup a photo canvas to view, frame or resize from 1 to 36 images at a time! With a variety of choices such as photo stretch modes, background colors and titling options, you have complete control of how you choose to display or archive your precious photos. Several image browsing modes allow you to efficiently find, transform and organize your images. PhotoMazing also provides several image manipulation and transformation functions. Custom Calendar Poster Creation - Select from over 7 built in calendar styles and a wide variety of other transformations to instantly create an infinite variety of calendars. The styles automatically adjust for portrait or landscape orientation to create an endless variety of calendar layouts. Automatic Batch Operation - Almost ANY series of operations selected in PhotoMazing can be used to instantly create a batch operation. No complex scripts or programming sequences are needed. Simply point and click! Automatic Contact Sheet Generation - Simply select the number of photos per page, select your image directory and watch PhotoMazing instantly create contact sheets from among THOUSANDS of images! Automatic Thumbnail Creation - Simply select the size of your thumbnail, select your image directory and watch PhotoMazing instantly create thumbnails from among THOUSANDS of images! Infinite Canvas Resizing Control - With PhotoMazing, you select the canvas size used to arrange and display your photos and images. Once your canvas is created, watch PhotoMazing automatically scroll, zoom, resize your images EXACTLY the way you want. Image Browsing and Viewing - As an image viewer, PhotoMazing quickly and efficiently can stretch or compress your images while constantly maintaining the aspect ratio of each image. Instant Browse Search and Select - From THOUSANDS of Images in your image list."; 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 = ''; } }