function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
/*コーディネート */
function w_coordinate(theURL) {
  window.open(theURL,'coordinate','menubar=no,scrollbars=yes,resizable=yes,width=500,height=750').focus();
    return;
}
/*サイズガイド */
function sizeguide(theURL) {
  window.open(theURL,'sizeguide','menubar=no,scrollbars=yes,resizable=yes,width=780,height=650').focus();
    return;
}
// サブウィンドウから親ウィンドウのURLを変更する
function w_dtlURL(theURL) {
  window.opener.location.href=theURL;
}

