window.addEvent('domready',function() {
	//smooooooth scrolling enabled
	//new SmoothScroll({ options }, window);
	new SmoothScroll({ duration:700 }, window); //700 milliseconds to get there
	new FormCheck('contact');
});

 window.addEvent('domready', function(){
	    var data = {
	      '1.JPG': { caption: 'Volcano Asención in Ometepe, Nicaragua.' }, 
	      '2.JPG': { caption: 'A Ceibu tree.' }, 
	      '3.JPG': { caption: 'The view from Volcano Maderas.' }, 
	      '4.JPG': { caption: 'Beer and ice cream.' },
'5.JPG': { caption: 'Beer and ice cream.' },
'6.JPG': { caption: 'Beer and ice cream.' },
'7.JPG': { caption: 'Beer and ice cream.' },
'8.JPG': { caption: 'Beer and ice cream.' },
'9.JPG': { caption: 'Beer and ice cream.' },
'10.JPG': { caption: 'Beer and ice cream.' },
'11.JPG': { caption: 'Beer and ice cream.' }

	    };
	    var myShow = new Slideshow('show', data, { captions: false, controller: false, height: 233, hu: '/assets/images/gallery/', width: 175, delay:5000 });
	  });


