// 施工実績
function j_newwin(theURL) {
  var WO1;
  WO1=window.open("jisseki/"+theURL,"newwin","top=50,left=50,scrollbars=yes,width=450,height=600");
  WO1.focus();
}

// 新着情報
function h_newwin(theURL) {
  var WO2;
  WO2=window.open("highlights/"+theURL,"highlights","top=50,left=50,scrollbars=yes,width=650,height=650");
  WO2.focus();
}

// 不動産情報
function r_newwin(theURL) {
  var WO3;
  WO3=window.open("real_estate/"+theURL,"highlights","top=50,left=50,scrollbars=yes,width=650,height=650");
  WO3.focus();
}

// 採用情報
function rec_newwin(theURL) {
  var WO4;
  WO4=window.open("recruit/"+theURL,"highlights","top=50,left=50,menubar=yes,toolbar=yes,scrollbars=yes,width=650,height=650");
  WO4.focus();
}

// リフォーム前後の写真
function reform_img(theURL) {
  var WO5;
  WO5=window.open(theURL,"reformimg","top=50,left=50,menubar=yes,toolbar=yes,scrollbars=yes,width=550,height=580");
  WO5.focus();
}

// 新HP2009 map
function map_newwin(theURL) {
  var WO6;
  WO6=window.open(theURL,"map","top=50,left=50,menubar=yes,toolbar=yes,scrollbars=yes,width=750,height=650");
  WO6.focus();
}