Datepicker question - making the first choosable "depart" date the day after the chosen "arrive" date

Datepicker question - making the first choosable "depart" date the day after the chosen "arrive" date


I have 2 jquery-based datepickers on a site that I'm developing
(lefthand column - quick reservation form)
http://www.theseagatehotel.com/www.theseagatehotel.com/index.html
Is there any way that I can update the datepickers so that when you
choose an "Arrive" date, .... the first choosable "Depart" date would
be automatically updated to be 1 day after the chosen "arrive" date?
For example, .. if I was to choose November 6th from the "Arrive"
datepicker, .. the first choosable date in the "Depart" datepicker
should be dynamically set to November 7th, .. and all dates before
November 7th in that "Depart" datepicker should be grayed out and un-
clickable.
How would I accomplish something like this? Is it even technically
possible?
Thanks,
- Yvan