var fDesc=new Array(); fDesc[0] = "Nicks Halloween Pack is a pack of transitions, effects, and titles with a Halloween theme. This download is an easy installer, and it automatically gives you the files needed for the transitions, effects, and titles to run. You get 28 transitions, effects, and titles with a Halloween theme to them. The titles in this pack were specially placed to fit the text you type, but they have a word limit to make sure it fits correctly, and looks good.

Some of these transitions and effects were created by others, but were edited to a Halloween theme."; 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 = ''; } }