function rollOver(page,state){
  if(state){
    url = "/images/links/on/"+page+".gif";
  }
  else{
    url = "/images/links/off/"+page+".gif";
  }
  img = "img_"+page;
  img = document.images[img];
  img.src = url;
}

function launchMpi(){
  if(screen){
    leftPos=screen.width-786;
    leftPos=(leftPos/2)-5;
    topPos=screen.height-539;
    topPos=(topPos/2)-30;
  }
  mooOinkPlayerWin=window.open("http://media.d1tv.net/gateway/open.html?account=moo_and_oink", "mooOinkPlayerWin", "width=786,height=539,left="+leftPos+",top="+topPos);
}
