I'm just setting up CMSMS for a client at the moment. The site needs to have two different versions, one for Australia and one for NZ. The default home page will be the Australian home page (although at some stage this may be a generic 'international' home page). Users then select their country and get shown the appropriate content.
After grappling with the logic of it for a while, it really seems that you can't 'share' pages across the heirarchy in CMSMS (or any CMS, really). So I was thinking of setting up a page structure like this:
1. Australian home page
1.1 About Us
1.2 Services
1.3 Contact
2. New Zealand home page
2.1 About us (NZ version)
2.2 Services (NZ version)
2.3 Contact (NZ version)
(there is actually a lot more content than this

I was thinking I could have two templates, one for Australia and one for NZ. On the Australian template I want to have a menu showing only the Australian pages, likewise for NZ. Does this approach make sense? Ideally, I'd then like to be able to copy content pages within CMSMS, but I think this will be a bit of a task...
Alternatively, I could just have a separate cmsms install for each country.
Any thoughts/suggestions on how to tackle this? Otherwise I'll just trudge through the code snippets in the wiki and try to hack something out.
Thanks
Matt