//opensubwindow
function openSubWin(path, w, h){
newWindow = window.open(path, "syosai", "width=" + w + ",height=" + h + ",scrollbars=yes,resizable=yes");
newWindow.focus();
}

//openwindow
//物件概要
function Open_outline(){
	win=window.open("http://www.shinju-ku.jp/system_common/bukken-view.html","","scrollbars=yes,resizable=yes,width=800,height=600");
}
//function Open_outline(){
//win=window.open("http://www.shinju-ku.jp/outline/","","scrollbars=yes,resizable=yes,width=800,height=600");
//}

//資料請求
function Open_request(){
win=window.open("https://mecnetcom.jp/em/enq/enq_form.php?qIds=del5IaEyV","","scrollbars=yes,resizable=yes,width=800,height=600");
}

//来場予約
function Open_yoyaku(){
win=window.open("来場予約URL","","scrollbars=yes,resizable=yes,width=800,height=600");
}


//間取り・設備仕様
function Open_typeA(){
win=window.open("type_A.html","","scrollbars=yes,resizable=yes,width=800,height=700");
}
function Open_typeB(){
win=window.open("type_B.html","","scrollbars=yes,resizable=yes,width=800,height=700");
}
function Open_typeC(){
win=window.open("type_C.html","","scrollbars=yes,resizable=yes,width=800,height=700");
}
function Open_typeD(){
win=window.open("type_D.html","","scrollbars=yes,resizable=yes,width=800,height=700");
}
function Open_typeE(){
win=window.open("type_E.html","","scrollbars=yes,resizable=yes,width=800,height=700");
}
function Open_typeF(){
win=window.open("type_F.html","","scrollbars=yes,resizable=yes,width=800,height=700");
}
function Open_typeG(){
win=window.open("type_G.html","","scrollbars=yes,resizable=yes,width=800,height=700");
}
function Open_typeH(){
win=window.open("type_H.html","","scrollbars=yes,resizable=yes,width=800,height=700");
}
function Open_typeIR(){
win=window.open("type_IR.html","","scrollbars=yes,resizable=yes,width=800,height=700");
}
function Open_typeBt(){
win=window.open("type_Bt.html","","scrollbars=yes,resizable=yes,width=800,height=700");
}
function Open_typeCt(){
win=window.open("type_Ct.html","","scrollbars=yes,resizable=yes,width=800,height=700");
}
function Open_typeDt(){
win=window.open("type_Dt.html","","scrollbars=yes,resizable=yes,width=800,height=700");
}
function Open_typeEt(){
win=window.open("type_Et.html","","scrollbars=yes,resizable=yes,width=800,height=700");
}
function Open_typeFt(){
win=window.open("type_Ft.html","","scrollbars=yes,resizable=yes,width=800,height=700");
}
function Open_typeGt(){
win=window.open("type_Gt.html","","scrollbars=yes,resizable=yes,width=800,height=700");
}

