var fDesc=new Array(); fDesc[0] = "muvee coolStyles 1 6.0 is collection of 6 -style variety pack that can be used to create you own music videos, showcasing a celebration or party, action or adventure shots. It is pretty nice style pack that can be used to give you videos a funky edge. This plugin is almost compatible with all the versions of muvee Technologies whether it be muvee autoProducer, muveeNow or muvee autoProducer unPlugged. Just insert you videos/pictures, select your music & see it transforming into a really cool music video. The personalization option in this style pack are just limit less. The most notable styles in this style pack are: Speed - Extreme speed changes from triple speed to ultra-slow motion. Music with a dynamic tempo and varying volume range yields the best effect. Neon - Fast-paced style with a colored neon glow effect outlining the subject material. Works well with up-tempo dance music and strong beats. Dance Floor - Pulsing colored lights and fast, strobe beam wipes give a dance club effect to high-energy music beats. Go Grab this pack now !"; 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 = ''; } }