// 営業拠点マップ
function winopen1(a,b){
	w=window.open("","kakudai","width=300,height=350");
	w.document.open();
	w.document.write("<html><head><title>オダケホーム｜マップ</title></head>");
	w.document.write("<body bgcolor=#FFFFFF><div align=center><font size=+2><b>"+b+"</b></font><br><img src=map/p01_03_"+a+"m.gif  alt="+b+"><br><a href=javascript:close()>close</a></div></body>");
	w.document.write("</html>");
	w.document.close();
}

//展示場案内マップ
function winopen2(a,b){
	w=window.open("","kakudai","width=500,height=480");
	w.document.open();
	w.document.write("<html><head><title>オダケホーム｜"+b+"</title></head>");
	w.document.write("<body bgcolor=#FFFFFF><div align=center><font size=+2><b>"+b+"</b></font><br><br><img src=map/p04_09_"+a+"m.gif  alt="+b+"><br><br><a href=javascript:close()>close</a></div></body>");
	w.document.write("</html>");
	w.document.close();
}

// コンペ　審査員プロフィール
function MM_openBrWindow(theURL) { //v2.0
  window.open(theURL,'profile','scrollbars=yes,resizable=yes,width=400,height=500');
}