// JavaScript Document

var aw=screen.availWidth;
var ah=screen.availHeight;
var winX=aw-650;


function contactOpen() { 
  window.open("http://cac.crocs.ne.jp/contact.html","CACwin","toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=650,height="+ ah +",left="+ winX +",top=0").focus();void(0);
}

function termsOpen() { 
  window.open("http://cac.crocs.ne.jp/pc/index.html","CACwin","toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=650,height="+ ah +",left="+ winX +",top=0").focus();void(0);
}

function corporateOpen() { 
  window.open("http://cac.crocs.ne.jp/corporate.html","CACwin","toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=650,height="+ ah +",left="+ winX +",top=0").focus();void(0);
}

function privacyOpen() { 
  window.open("http://cac.crocs.ne.jp/privacy.html","CACwin","toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=650,height="+ ah +",left="+ winX +",top=0").focus();void(0);
}


function GoWin(WO) {
    if (opener.closed) {
        NewWin=window.open("","MWindow");
        NewWin.location.href=WO;
                            } 
    else { opener.location.href=WO }
}
