check availability & make your reservation:

(function(){
“use strict”;
function init(){
new Calendarista.wizard({
‘id’: ‘calendarista_29’
, ‘wizardAction’: ‘calendarista_wizard’
, ‘prevIndex’: 0 , ‘nextIndex’: 2 , ‘stepCounter’: 3 , ‘appointment’: 0
, ‘steps’: [{“name”:”calendar”,”counter”:1,”label”:”Date and time”},{“name”:”form”,”counter”:2,”label”:”Details”},{“name”:”checkout”,”counter”:3,”label”:”Check out”}] , ‘selectedStepName’: ‘calendar’
, ‘selectedStepIndex’: 1 });
}
if (window.addEventListener){
window.addEventListener(‘load’, onload, false);
} else if (window.attachEvent){
window.attachEvent(‘onload’, onload);
}
function onload(e){
init();
}
})();
Showing the single result



