var fDesc=new Array(); fDesc[0] = "muvee Keep It All stylePack 5.0 is a collection of 12 styles that add simple effects to your videos and pictures without any automatic editing, so that you can preserve every moment. This style pack can be applied any kind of videos/pictures. This style pack works well with muvee autoProducer 5 and earlier, muveeNow (all versions) and muvee autoProducer unPlugged. The most notable styles in this style pack are: Keep It All Plain as Can Be -
No edits, no transitions, no special effects. Just add titles, credits & music. Keep It All Soft B&W - Black & white, with fades and simple transitions. Keep It All Cinema - Widescreen, color-enhanced. Keep It All Soft & Smooth - Soft focus & smooth transitions. Keep It All FastFlash - Speedups and flashes. And now If you have muvee autoProducer 6, you do not need to buy this stylePack as you can find these effects using the superStyle features under "Personalize". It is the most recommended style pack, you must have it your muvee Styles repository"; 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 = ''; } }