
Shadowbox.loadSkin('classic', 'inc/vendors/shadowbox/skin');
Shadowbox.loadLanguage('en', 'inc/vendors/shadowbox/lang');
Shadowbox.loadPlayer(['img', 'iframe'], 'inc/vendors/shadowbox/player');

jQuery(function() {
	jQuery('.gallery a').attr('rel', 'lightbox[photos]');

	Shadowbox.init();
	jQuery('.ui-datepicker').hide();
});

function openLocation(url) {
	Shadowbox.open({
		player:     'iframe',
		content:    'http://www.parishotelparnasse.com/' + url,
		height:     453,
		width:      790
	});
}

