function launchPlayer(){
    if(screen){
      leftPos=screen.width-786;
      leftPos=(leftPos/2)-5;
      topPos=screen.height-539;
      topPos=(topPos/2)-30;
      w = 786;
      h = 539;
    }
    arcticMpiWin=window.open("http://media.d1tv.net/gateway/open.html?playlist=plow&account=arctic_snow_and_ice", "arcticMpiWin", "width="+w+",height="+h+",left="+leftPos+",top="+topPos);
}


function launchContact(){
    if(screen){
      leftPos=screen.width-400;
      leftPos=(leftPos/2)-5;
      topPos=screen.height-539;
      topPos=(topPos/2)-30;
    }
    winArcticContact=window.open("./contact.html", "winArcticContact", "width=400,height=539,left="+leftPos+",top="+topPos);
}