var fDesc=new Array(); fDesc[0] = "The only kind of software like this in the world, Kwanzaa - Our Family Heritage will find a wide audience in the African-American community with its respectful, yet colorful treatment of this celebration. Sure to be a topic of conversation around the home, this unique gift will be cherished by all. Print or create a PDF to email, this software does it all."; 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 = ''; } }