var fDesc=new Array(); fDesc[0] = "muvee photoMemories stylePack 6.0 is a style pack designed specially to be used with pictures although you can use it with your videos too. This style pack is best suited for photo slideshows, tributes or memoirs, romantic pictures/video. This style pack has 6 slick photo styles that bring any treasured memory to life with depth, color and motifs on frames. This stylepack, developed by muvee Technologies is compatible with all the softwares developed by muvee whether it be muvee autoProducer, muveeNow or muvee autoProducer unPlugged. Some of the notable styles in this style pack are: Timeless Tribute - This black-and-white style showcases precious memories by framing them against a black background with elegant white floral motifs. Paper Frames - Enjoy every picture in a country-style frame embellished with color paint brush strokes and dried flower motifs. Dynamic Colorplay - Show pictures in a different light with variations in color range, brightness and contrast, hue and saturation."; 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 = ''; } }