function openCheckInCal()
{
	$("#txtCheckIn").datepicker( 'show' );
}

function openCheckOutCal()
{
	$("#txtCheckOut").datepicker( 'show' );
}

// Make conditionals for hiding it if it's shown 
