Hi,

I have a stupid problem with this site im working on,

if i navigate on all the site and then go to the Contact page
the links on the buttom (ACCES RESERVE, and the emails) wont work

But if i go to the contact page right away when i visit the site the buttons and links work.

I have all the pages (the main links on top) loading like this:
on (press) {
this.loadMovie("http://sergeleduc.ca/contacts.swf");
}

Is there something wrong with the loading of the pages?


The way i have the buttons ACCES RESERVE working:
on (press) {
getURL("http://www.sergeleduc.ca/private/index.htm", "_self");
}

And for the E-mails:
on (press) {
mailTo("[email protected]", "", "", "");
}