var fDesc=new Array(); fDesc[0] = "At Pixum you can create a professionally bound and printed photo book. Here is where the Pixum Photo World Software really stands out: In the photo book software, you can choose from Pixum's widest range of covers, paper types, and photo editing options. Choose from three formats (landscape, portrait, square), for sizes (mini, small, large, XXL), 9 bindings (the lay-flat binding is especially perfect for any Pixum Photo Book format) and five different luxury paper types (photo paper in matt and glossy, premium printing paper in matt, extra matt and glossy)."; 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 = ''; } }