var fDesc=new Array(); fDesc[0] = "Post-it® Photo Organizer 1.3 is a freeware application included in the Post-it® Photo Card Kit 1.3 package and given away to customer when purchasing this product. It has been developed by the 3M Company. There is a demo available from the developer's website. Post-it® Photo Organizer 1.3 allows us to manage our photos, search for them, organize, edit, correct brightness, resize, apply red-eye correction, crop, rotate, preview before printing, select the type of paper, size, etc. We can also make customized calendars, photo cards, albums and print them."; 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 = ''; } }