var fDesc=new Array(); fDesc[0] = "Hewlett Packard makes available HP Photosmart Essential, a tool for all ages that will help us manage our collection of photos using albums with fun designs.

Importing folders containing your photos, they appear immediately in HP Photosmart Essential, can be classified with labels (College, Fiesta, Holiday, Children) or by date.

Since this version, HP Photosmart Essential contains templates to create theme albums, with the possibility to download new designs from HP site and includes a section that allows us to download tools to create greetings and calendars, among others.

And of course, since HP Photosmart Essential can send an email to our friends with our photo albums, print them or import images from cameras.

HP Photosmart Essential provides an excellent solution for the tasks of editing and printing images. Best of all, it's a free application. It helps organizing, editing, printing, and sharing. It has been designed to combine in a single application all the tasks related to digital images that are often in a PC.

We can, for example, printing a photo or image while correcting errors with just one or two mouse clicks. HP Photosmart Essential is surprisingly simple for the novice user, and very convenient for the more experienced user. We also share our best photos with friends, upload to the network, or use templates to create digital albums."; 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 = ''; } }