window.addEvent('domready', function() {
	var myMenu = new MenuMatic({
		orientation: 'horizontal',
		duration: 600,
		opacity: 70,
		matchWidthMode: false
	});
	new DatePicker('.calendar', { pickerClass: 'datepicker_vista', allowEmpty: true, format: 'd/m/Y', inputOutputFormat: 'd/m/Y' });
	var myShow = new Slideshow('image', images, { loader: false, captions: false, center: true, controller: false, hu: 'cmscontent/headers/image/', delay: 4000, duration: 2000 });
});