var fDesc=new Array(); fDesc[0] = "After the popularity of muvee coolStyles1, muvee comes up with the second installment of coolStyles pack that mixes well with any kind of videos or pictures. But it is mainly suited for Pictures/video of the children, family events & memoirs. It is a 6-style variety pack that mixes mellow with over-the-top. Just like any other style pack, this style pack is also comaptible with almost all the softwares that are developed by muvee Technologies, whether it be muvee autoProducer, muveeNow or muvee autoProducer unPlugged. It also provides some nice customization features. The most notable styles in this style pack are: Over-the-Top Psychedelic - Novelty style combining multiple color-warp, neon and other editing effects that respond especially well to music with contrasting low- and high-energy moments. Film Noir - Moderately-paced, high contrast black-and-white style that teams well with conventional Jazz music. Old Documentary - Scratchy black-and-white old film effects with circular-wipe transitions. Suitable with old, classic movie music."; 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 = ''; } }