// JavaScript Document
function bookResult() { 
	$('#hotelBook').show();
	$('#hotelInfo').hide();
	$('#result').show();
}
function closeResult() { 
	$('#hotelInfo').show();
	$('#hotelBook').hide();
}

function autoIframe(frameId){
try{
frame = document.getElementById(result);
innerDoc = (frame.contentDocument) ? frame.contentDocument : frame.contentWindow.document;
objToResize = (frame.style) ? frame.style : frame;
objToResize.height = innerDoc.body.scrollHeight + 10;
}
catch(err){
window.status = err.message;
}
}
function hideBook() { 
	$('#bookingForm1').hide();
	$('#bookingTitle').hide();
	$('#bookingForm2').hide();
}
function hideBookTitle() { 
	$('#bookingTitle').hide();
}
