var fDesc=new Array(); fDesc[0] = "My Nikon Photobook is developed to give the users the creative control to personalise every page of their photobook and its cover.
My Nikon Photobook Menu allows you to create Photo Books, Calendars, Greeting cards and Business cards.
For the cover options, the users can personalize it using their won images and text."; 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 = ''; } }