Hola
Bueno, loadMovie es distinto a getURL 
Por ende, podrías intentar si es que quieres usar los mismos botones,
hacer un if    
Código actionscript:
Ver original- _root["menuitems"+i].buttons.onRelease=function(){ 
-    if(obj.buttons[i].childNodes[j].attributes.title == 'CONTACTO') 
- { 
- loadMovie(this._parent.Link,contenedor_mc);} 
- } 
- else 
- { 
- getURL(obj.buttons[i].childNodes[j].attributes.link,"_blank"); 
- } 
-   
-         } 
intenta y comentas 
saludos