An actionscript that will let me

My thing is this, i have a business database im trying to get working, i want the first page to have the letters a-z, then when i click on one of those letters, it draws data from a xml database, then opens a new page up with the business types, so say i click on a, it gives me a list of business’ in my database starting with a, then say if i click on accounting, it will give me a list of accountants in my database, then i can hit print. can someone pls give me a few pointers on getting it so that:
It remembers that I clicked A, and so it loads all starting with A
It remembers that i clicked Accountants, and it loads all my accountants
It orders it alphabetically
It does not do two Accountants in my A list, so if it sees that there are two accountant sections, it deletes one and puts all the links from that one into my other one.

thank you if you can help me, i really appreciate it

-edit If possible can you please not give me any links to sites that require php or MySql or anything that needs the internet, thank you, i would prefer to use xml only,