var fDesc=new Array(); fDesc[0] = "With the My PhotoBook Editor you can easily make your own photo albums and calendars.
The My Photo Book PC software is also available on CD and can be purchased from any participating Foto First and Fuji film outlets for R40-00. The CD includes:
* Instruction leaflet
* Hints and tips
* Screen calibration print
* Screen calibration software
* Demonstration videos"; 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 = ''; } }