thanks, too, eric! new version works fine, installed in /opt dir.
if i may suggest an enhancement in your next version, it would be nice to add a MAC changer option for mon0 interface. this way, any curious bloke who scans the fake AP won't show "ALFA" (in my case i use an ALFA card) in their scans and "alarm" the user 
i added the following code in your script:
Code:
f_ChangeMAC(){
ifconfig mon0 down
macchanger --mac <new MAC address> mon0
ifconfig mon0 up
}
and inserted "f_ChangeMAC" immediately after each "airmon-ng start..." entries in your script.
more power, dude.