var fDesc=new Array(); fDesc[0] = "Designing your photobooks is only limited by your imagination! Once you’ve downloaded and installed our free myflippix Maker software, in just a few simple steps you’re on your way to creating your first photobook. While the following quick guide is based on the Windows version of the software, the Mac OS version has exactly the same options and commands."; 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 = ''; } }