
First, i would like to thank you for this great script

I want to show only 4 months (for example), starting from May...
I set:
$cur_month = 05;
But then i don't know how to limit the show to only 4 months... i've tried changing numbers in the "for loops" but no success.
I've tried to change this
for($k=$cur_month; $k<=12; $k++){
into this:
for($k=$cur_month; $k<=4; $k++){
but then first shown month is may 2008, and then starts next year with january 2009.
Here in top of the page is example of what i need

http://www.cbolson.com/code/availability-calendar/
Any help would be apreaciated
Thanks,
Ile