//opensubwindow
function openSubWin(path, w, h){
newWindow = window.open(path, "syosai", "width=" + w + ",height=" + h + ",scrollbars=yes,resizable=yes");
newWindow.focus();
}

//map
function openMap(){
win=window.open("subWin/map/index.html","","scrollbars=yes,resizable=yes,width=740,height=700");
}

//Request
function openReq(){
win=window.open("https://www.proud-web.jp/module/material/SiryoOrderTop.xphp?code_no=010324","","scrollbars=yes,resizable=yes,width=750,height=700");
}

//Reserve
function openRes(){
win=window.open("https://www.proud-web.jp/module/oubo/input.xphp?formID=327","","scrollbars=yes,resizable=yes,width=750,height=700");
}

//Outline
function openOl(){
win=window.open("http://www.proud-web.jp/module/structure/outline/BukkenOutline.xphp?code_no=010324","","scrollbars=yes,resizable=yes,width=750,height=700");
}

//SC
function openSC(){
win=window.open("subWin/sc/SC101109.html","","scrollbars=yes,resizable=yes,width=600,height=380");
}
