Movie loading / index content

Here’s my problem: I have an intro/index page with opening flash content and buttons. When I give a button the action to loadMovie, it does - but my current content stays in the foreground. How can I make that index content disappear when I click the button which loads the new movie?

(I did follow the tutorial on creating a full flash site … but I would to have the design I set up on the index :

http://www.fjvenezia.com/EWF/index.html )

Thanks!

use removeMovieClip(); or load the other content into the same level as the index!

thank you!!!