Virt: go to bed...sleep.... *grins* (my posts are confusing enough when full refreshed

).
Sites looks really nice though; even if it did take me ages to find Florida (that's me not knowing anything about the US though!).
I don't think you're going to need a seperate scene for each one... it's going to be tons less work to do it with script.
I'd just have a single scene for the 'from the map' page (with the 30 links on). (Make the state name a dynamic text box, and put the state name in when you call the scene.)
Each of the 30 buttons should then link to a single frame within that scene. You could then load, from a text file or similar, the services (and links) for each one. To clarify a little; if you hit button 9 for security, you jump to frame 10 (frame 1 is the inital screen remember) and this then loads a text file of all the security services, and the relevant links, for florida.
You would have to have a consistent naming convention for the text files (say: ss-ttt.txt, where ss is the state and ttt is the job type). It's fairly easy then to construct the file name and load it accordingly.
I guess for the buttons that will link to the indivdual service sites you would have to have a button, in an mc, with some dynamic text embeded, which you can duplicate and set for each service company in the file. (OK, so I'm getting confused now, but you get the idea!)
OK, here is an even sneakier one (which I just tried out!); to make the service site links (i.e.: You choose a state, then a service and then get the service site links displayed) you could just have a dynamic text box which allows html formating. Then all you need to do is load the relevant html formated text file with the <a href='
site</a> tags in.
This means you don't have all the problems of duplicating buttons etc.
Anyway - suppose I should actually do some of my large pile of work now!
=)
PetitPal.