


function changeBgMovie(domainID, ident, type) {

  if(type == 'set') {
    document.getElementById(ident).style.backgroundImage="url(/artwork/adultdomains/images/"+domainID+"/bg_imgmovie_extra.png)";
  } else {
    document.getElementById(ident).style.backgroundImage="url(/artwork/adultdomains/images/"+domainID+"/bg_imgmovie.png)";
  }

}

