var fDesc=new Array(); fDesc[0] = "CREATE with kikki.K allows you to create stunning photobooks, memory books and calendars. Available cover options include luxe hard matte photocovers, colour rich soft glossy photocovers, classically styled linen or combination linen photowrap covers. Also you can use kikki.K designer themes to embellish your album and bring your photos to life."; 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 = ''; } }