Jeter,
Thanks for the help, but your answer was not exactly what I was looking for.
Perhaps, it's my fault 'cause I did not tell you this was in a lab environment, and router "A" would be serving as the telco cloud switch. Anyway, this is the answer I was looking for!!
In Frame-Relay configuration "point-to-point" or "point-to-multipoint" configurations are totally seperate from the cloud router. The cloud router (the Telco in most paying situations), decides whether the connection is "STAR", "Partical Mesh" or "Full Mesh"
[Since I just found out this answer myself, If I posted this message a second time, I would ask the question in a different way].
So with that being said, the cloud router will determine what topology the network takes, [ in the real paying world, the $$$ decides how the cloud will be setup]
So the following is what I was looking for (thanks for trying anyway)
Frame-relay Switching
interface S0/0
frame-relay route 111 interface s0/1 222 ----> to router B
frame-relay route 111 interface s0/2 333 ----> to router C
frame-relay route 111 interface s0/3 444 ----> to router D
interface s0/1
frame-relay route 222 interface s0/0 111 ----> to router A
frame-relay route 222 interface s0/2 333 ----> to router C
frame-relay route 222 interface s0/3 444 ----> to router D
interface s0/2
frame-relay route 333 interface s0/0 111 ----> to router A
frame-relay route 333 interface s0/1 222 ----> to router B
frame-relay route 333 interface s0/3 444 ----> to router D
Etc
Etc
Etc
Hope this clears it up - it does for me!!!!
Cheers