function launchGallery(){
  if(screen){
    leftPos=screen.width-786;
    leftPos=(leftPos/2)-5;
    topPos=screen.height-539;
    topPos=(topPos/2)-30;
  }
  url = "http://pacc.d1tv.net/arctic_snow/";
  slPbWin=window.open(url, "slPbWin", "width=780,height=539,left="+leftPos+",top="+topPos);
}

function launchQuote(){
  if(screen){
    leftPos=screen.width-786;
    leftPos=(leftPos/2)-5;
    topPos=screen.height-786;
    topPos=(topPos/2)-30;
  }
  url = "quote.html";
  slPbWin=window.open(url, "slPbWin", "width=775,height=700, scrollbars=1, left="+leftPos+",top="+topPos);
}

function launchContact(){
  if(screen){
    leftPos=screen.width-786;
    leftPos=(leftPos/2)-5;
    topPos=screen.height-786;
    topPos=(topPos/2)-30;
  }
  url = "contact.html";
  slPbWin=window.open(url, "slPbWin", "width=550,height=600, scrollbars=1, left="+leftPos+",top="+topPos);
}

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://cst.clickstreamtv.net/gateway/open.html?account=arctic_snow_and_ice", 
"arcticMpiWin", 
"width="+w+",height="+h+",left="+leftPos+",top="+topPos);
}
