var fDesc=new Array(); fDesc[0] = "Pixajoy Editor is a program for creating photo books easily. It houses a wide variety of background designs, layouts, and clip art to suit the theme or feel of your photo books.

PIXAJOY Editor features: import photos from Facebook and Flickr, add a folder of photos or just a selected photo, cropping tool now with additional function: rotate or straighten photos, etc."; 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 = ''; } }