function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
var movieName = "contentmovie";
function thisMovie(movieName) {
  if (navigator.appName.indexOf ("Microsoft") !=-1) {
    return window[movieName]
  }	else {
    return document[movieName]
  }
}
function LoadFlash() {
    thisMovie(movieName).TGotoLabel("_level0/","loadmovie");
	expand(document.getElementById('flash'));
	collaps(document.getElementById('filmography'));
}
function UnLoadFlash(){
  expand(document.getElementById('filmography'));
  collaps(document.getElementById('flash'));
}
function GetHomepage(){
    thisMovie(movieName).SetVariable("pageid", "homepage");
}
function GetInterviews(){
    thisMovie(movieName).SetVariable("pageid", "interviews");
}
function GetNews(){
    thisMovie(movieName).SetVariable("pageid", "news");
}
function GetDownloads(){
    thisMovie(movieName).SetVariable("pageid", "downloads");
}
function GetGallery(){
    thisMovie(movieName).SetVariable("pageid", "gallery");
}
function GetBiography(){
    thisMovie(movieName).SetVariable("pageid", "biography");
}
function GetMovies(){
    thisMovie(movieName).SetVariable("pageid", "movies");
}
var movieName2 = "headermovie";
function thisMovie(movieName) {
  if (navigator.appName.indexOf ("Microsoft") !=-1) {
    return window[movieName]
  }	else {
    return document[movieName]
  }
}
function Move1(){
    thisMovie(movieName2).SetVariable("targetx", "-1");
}
function Move2(){
    thisMovie(movieName2).SetVariable("targetx", "-150");
}
function Move3(){
    thisMovie(movieName2).SetVariable("targetx", "-400");
}
function Move4(){
    thisMovie(movieName2).SetVariable("targetx", "-550");
}
function Move5(){
    thisMovie(movieName2).SetVariable("targetx", "-800");
}
function Move6(){
    thisMovie(movieName2).SetVariable("targetx", "-1035");
}
function Move7(){
    thisMovie(movieName2).SetVariable("targetx", "-1250");
}
function Move8(){
    thisMovie(movieName2).SetVariable("targetx", "-1420");
}