
				var numScrollPages = 1         //Set the number of pages (layers) here. Add and remove the pages in the body too. The first layer is called dynPage0, the second is dynPage1, and so on.
				var transitionOut = 0;         //The 'out' effect... 0= no effect, 1= fade
				var transitionIn = 2;          //The 'in' effect... 0= no effect, 1= fade, 2= slide
				var slideAcceleration = 0.2;   //If you use the slide animation, set this somewhere between 0 and 1.
				var transitionOnload =  0;      //Use the 'in' transition when the page first loads? If you want the transition fx only when the links are clicked, you can set it to 0.
			 


