function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

/*　物件概要　*/
function map(){
	window.open( "map.html", "map", "width=870,height=600,scrollbars=yes,resizable=yes");
}
/*　間取り　*/
function a(){
	window.open( "plan_a.html", "a", "width=660,height=800,scrollbars=yes,resizable=yes");
}

function b(){
	window.open( "plan_b.html", "b", "width=660,height=800,scrollbars=yes,resizable=yes");
}

function c(){
	window.open( "plan_c.html", "c", "width=660,height=800,scrollbars=yes,resizable=yes");
}

function d(){
	window.open( "plan_d.html", "d", "width=860,height=800,scrollbars=yes,resizable=yes");
}

function e(){
	window.open( "plan_e.html", "e", "width=660,height=800,scrollbars=yes,resizable=yes");
}

function fr(){
	window.open( "plan_fr.html", "fr", "width=1060,height=800,scrollbars=yes,resizable=yes");
}

function gr(){
	window.open( "plan_gr.html", "gr", "width=660,height=800,scrollbars=yes,resizable=yes");
}



/*　説明会　*/
function invitation(){
	window.open( "invitation.html", "invitation", "width=660,height=600,scrollbars=yes,resizable=yes");
}














