// JavaScript Document

	$(document).ready(function(){
		
		$("a.readNewsLink").fancybox({
			'transitionIn'		:	'fade',
			'transitionOut'		:	'fade',
			'speedIn'			:	600, 
			'speedOut'	   		:	200, 
			'overlayShow'		:	true,
			'onClosed'			:   function() { document.title = "Relais & Chateaux Villa San Martino"; },
			'onCleanup'			:   function() { document.title = "Relais & Chateaux Villa San Martino"; },
			'overlayColor'  	:   '#FFF',
			'width'				:   738,
			'height'			:   458
		});		
		
		$("a.resReserved").fancybox({
			'transitionIn'		:	'fade',
			'transitionOut'		:	'fade',
			'speedIn'			:	600, 
			'speedOut'	   		:	200, 
			'overlayShow'		:	true,
			'onClosed'			:   function() { document.title = "Relais & Chateaux Villa San Martino"; },
			'onCleanup'			:   function() { document.title = "Relais & Chateaux Villa San Martino"; },
			'overlayColor'  	:   '#FFF'
		});
		
		$('#hidden_link').fancybox().trigger('click');
		
		$(".mp3").jmp3({
			backcolor: "000000",
			forecolor: "00ff00",
			width: 200,
			showdownload: "false",
			showfilename: "false",
			autoplay: "true"
		});
		
	});
