Please Help! - Photo Gallery Slide Show!

Based on Kirupa Photogallery tutorial with the slide show alteration, I have adapted this great concept for my current web project.

I am attempting to load multiple slide shows into my main flash movie. The problem is that when I load a Second, Third movie etc. The Slide show Delay seems to compound. Images from the last slide show loaded go out of order and seem to skip in sequence related to the number of slide shows loaded.

Ie: Click Button A - Slide show A opens Images 1, 2, 3, 4, 5

Click Button B - Slide show B opens Images 1, 3, 5, ( 1 skip)

Click Button C - Slide show C opens Images 1, 4, 2 (2 skip)

unloadMovieNum does not alleaviate this problem. It is as if it is some variables are storing globally from my external .swf from the gallery code that are in commom from the interval function & compounding each time a new .swf is loaded. Each external .SWF has the gallery code from the tutorial and simply loads a different XML file refering to different images.

Could one of the pros please help me!!!