var fDesc=new Array(); fDesc[0] = "It lets you create holiday greetings with hand painted embellishments.

Happy Holidaze will help your creative juices flow and make getting in touch with those we care about that much easier and fun. Happy Holidaze, in typical JixiPix fashion, is all about adding creative touches to your holiday cheer. Start out by antiquing your photo, choose a festive background pattern, and embellish it with incredible pieces of art—all hand painted—to make your photo design fun, elegant, and cheerful. It's a quick and fun way to add some festive glow to your family portrait, Thanksgiving dinner, or vacation photos."; 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 = ''; } }