Replace this line:
$('input.calendar').simpleDatepicker({enddate: '<?php echo date('m/d/Y',time()); ?>'});
with this:
$('input.calendar').simpleDatepicker({enddate: '<?php echo date('Y', strtotime("+2 year")); ?>'});
change the "+2" part to the number of years ahead that you want