Im having a problem running the loadmovie action

hello folks

im new to flash and i was wondering if someone could shed some light on where im going wrong,

this is what im trying to do,
http://www.glynsart4life.greater-peterborough.com/1034%20dogs.swf

if you click on the link, that will bring up my file,
then if you click on any dog it will bring up a portrait to the right hand side.
that bit works great and how i want it to.

this is the code im using

on (release) {
loadMovieNum(“1034 dogs.swf”, 1);
loadMovieNum(“1034 dog1.swf”, 1);
}

but if i put it into the movie where i want it, it dosent work,
http://www.glynsart4life.greater-peterborough.com/1034.html

click on the link, then click on the dogs quick link,
that will bring up the same swf flle,

but this is where the problem is happening
it dosent keep the old file there,

ie i want it to keep dogs.swf on the left
and bring dog1.swf to the left as i showed you before

whats happening, its the same file im asking it to use???

thanks jason