var fDesc=new Array(); fDesc[0] = "As with previous versions, Photo Play 2 is compatible with digital camera images, photo CD's, Flash Pix, Scanners and many Desktop Publishing packages... This revision adds all sorts of useful features to what was already THE essential kit for anyone who keeps photographs stored digitally.

As with previous versions, Photo Play 2 is compatible with digital camera images, photo CD's, Flash Pix, Scanners and many Desktop Publishing packages. No prior experience of photo editing or technical knowledge is necessary as the functions and controls in Photo Play 2 are self explanatory and very easy to use!

When complete, images can be exported into other software. Exporting the picture and opening the Picture Browser (included) allows your work to be simply dropped into the chosen application."; 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 = ''; } }