var fDesc=new Array(); fDesc[0] = "DriveHQ Batch PhotoEditor is an easy-to-use and powerful photo editing application, it includes the following features: - Regular editing functions; open and view multiple photos in different sizes; view photos in slide show and full screen mode; - Screen capture: it can capture the desktop screen or individual application window. - Template-based photo printing function: easily print photos in different sizes; print multiple photos in one page using different layout templates. - Batch Image Resize, Rotate, Compress and Convert functions. It can convert non-jpg images (BMP, GIF, TIFF) to JPG; moreover, it can compress most digital camera images (JPG) to less than 50% of original size without noticeable quality degradation. - Batch Watermark funtion: It can add text or image logo watermark to many photos at once. This function is very useful to protect your digital photo copyright. It integrates seamlessly with DriveHQ.com, provides a place to easily store, share and publish your photo albums online; it also integrates with Windows Explorer, allowing you to batch edit photos right from Windows Explorer. - Share and backup photos on the Internet. Access your photos from anywhere, anytime."; 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 = ''; } }