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);
}

function launchContact(whichone){
    
 switch(whichone)
 {
   
   case "contact":
    
    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=415,height=539,left="+leftPos+",top="+topPos);
    break;
   case "owner":
   if(screen){
         leftPos=screen.width-600;
         leftPos=(leftPos/2)-5;
         topPos=screen.height-600;
         topPos=(topPos/2)-30;
       }
    winArcticContact=window.open("owner.html", "winArcticOwner", "width=600,height=600, left="+leftPos+",top="+topPos+",toolbar=no,status=no,location=no,directories=no,menubar=no,resizable=no,scrollbars=yes");
    break;
   
  
  case "seasonal":
  if(screen){
           leftPos=screen.width-770;
           leftPos=(leftPos/2)-5;
           topPos=screen.height-600;
           topPos=(topPos/2)-30;
       }
  winArcticContact=window.open("seasonal.html", "winArcticSeasonal", "width=770,height=600, left="+leftPos+",top="+topPos+",toolbar=no,status=no,location=no,directories=no,menubar=no,resizable=yes,scrollbars=yes");
    break;
  
   case "dvd":
  if(screen){
        leftPos=screen.width-590;
        leftPos=(leftPos/2)-5;
        topPos=screen.height-539;
        topPos=(topPos/2)-30;
      }
    winArcticContact=window.open("dvd.html", "winArcticDvd", "width=590,height=539,left="+leftPos+",top="+topPos + ",scrollbars=yes");
    break;
   
   case "quote":
   if(screen){
            leftPos=screen.width-590;
            leftPos=(leftPos/2)-5;
            topPos=screen.height-600;
            topPos=(topPos/2)-30;
          }
       winArcticContact=window.open("quote.html", "winArcticquote", "width=590,height=600, left=" +leftPos+",top="+topPos+",toolbar=no,status=no,location=no,directories=no,menubar=no,resizable=no,scrollbars=yes");
    break;
   
   }
}   


function checkForm(){


    if(document.forms[0].elements['phone'].value.length==0)
 	       {
 	          window.alert("Phone is a required field!");
 	          return false;
 	          //break;

                 }
                 
       
   else if(document.forms[0].elements['email'].value.length==0)
    	       {
    	          window.alert("email is a required field!");
    	          return false;
    	          //break;
   
                 }
 else{
       return true;
    }
}
