var fDesc=new Array(); fDesc[0] = "Systweak Photo Album, powerful yet easy to use application is the smartest way to systematize, handle, view and edit digital photos with ease. The wonderful tool will fit into the needs of novice as well as experienced users. You can utilize this tool to create multiple photo albums, write it on a recordable CD disk, search for any particular album within the list, print pictures, share it via email or publish your album on the internet. You can extract pictures from camera, scanner, hard disk, clipboard, and screenshots. The tool supports various image formats like BMP, JPG, JPEG, PSD, WBM, EMF and many more. It includes a powerful built in editor, allowing you to edit your picture. Resize, rotate, copy to clipboard, colorize photos and edit with external editor too. Apart from this, the tool helps you to keep you photo album safe and secure, batch convert photos, send large albums via email, write relevant description, date and place. Systweak Photo Album is compatible with Windows 98, Millennium Edition, NT 4.0, 2000, Windows XP. So make your photos more stunning and keep it with you always."; 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 = ''; } }