Just got through some reworking to make program flow dependant on the contents of $ENV{'SCRIPT_URI} so that I could 1> use canned queries when calling wwwthreads.pl from an SSI 2>make include files dependant on which board is being called. What I would like to see done is break up send_header into two pieces: send_header and send_menu. When I'm using wwwthreads.pl as an SSI I don't want the header, apart from the first line but I do want the menu. Just a suggestion to avoid too much spaghetti. (I'm also trying to track changes so I can upgrade fairly painlessly when the new release arrives)