=== INDEX.CFM ===
+++ New Advertiser/Seller Joins Flow: [root/Advertiser]
+ index.cfm (cfcase/cfswitch within index.cfm)
>> member_new.cfm >> desktop.cfm
+++ Advertiser/Seller Login Flow:
+ index.cfm (cfcase/cfswitch within index.cfm)
member_login.cfm >> member_authenticate.cfm >> (if not valid >> member_login.cfm) else >> desktop.cfm
+++ Advertiser/Seller Needs Login Flow:
+ index.cfm (cfcase/cfswitch within index.cfm)
member_need_login.cfm >> (posts to self)
+++ Advertiser/Additional:
+ index.cfm (cfcase/cfswitch within index.cfm)
admin_authenticate_rec.cfm - File that the back office administrator executes when "Logging in as Advertiser"
member_logout.cfm: File that ends seller session and logs them out.
=== DESKTOP-BILLING.CFM ===
+++ Advertiser Desktop Log in Session:
+ desktop-billing.cfm (cfcase/cfswitch within desktop.cfm)
agreement-preview.cfm (<< ACTION FILE from the checkout file member_services.cfm)
>> member_billing.cfm OR agreement-final.cfm
agreement-receipt.cfm: ACTION FILE from the Advertiser Receipt Icon Link
=== DESKTOP.CFM ===
+++ Advertiser Desktop Log in Session:
+ desktop.cfm (cfcase/cfswitch within desktop.cfm)
Remainder of files.