// JavaScript Document

		window.addEvent('domready',function() { 
			//smooooooth scrolling enabled
			new SmoothScroll({ duration:500 }, window); 
		});
