var newwindow;
function openCalendar()
{
	newwindow=window.open('bookings.html','availability_calendar','height=710,width=815,scrollbars=no,resizable=no,toolbar=no,menubar=no,location=no,status=no,directories=no');
	if (window.focus) {newwindow.focus()}
}


	// social bookmark, open new window & redirect page
	function openSocial(url){
		window.open (url, 'newwindow', config='height=480, width=640, toolbar=no, menubar=no, scrollbars=yes, resizable=yes, location=no, directories=no, status=no');
	}
	
function openPresentation() {
		window.open('http://israecochalet.com/virtual-presentation.html','flashwindow','left=20,top=20,width=845,height=835,toolbar=0,resizable=0');
	}

