function OpenWinOutline() { win=window.open("http://www.proud-web.jp/module/structure/outline/BukkenOutline.xphp?code_no=010313","new","width=750,height=600,scrollbars=yes"); }
function OpenWinShiryo() { win=window.open("https://www.proud-web.jp/module/material/SiryoOrderTop.xphp?code_no=010313","new","width=750,height=600,scrollbars=yes"); }
function OpenWinYoyaku() { win=window.open("https://www.proud-web.jp/module/oubo/input.xphp?formID=309","new","width=750,height=600,scrollbars=yes"); }


function OpenWinMap() { 
  window.open('../map/index.html','','scrollbars=yes,resizable=yes,width=660,height=700')
}
function OpenWinMapTop() { 
  window.open('map/index.html','','scrollbars=yes,resizable=yes,width=660,height=700')
}
function OpenWinInfo() { 
  window.open('../information/index.html','','scrollbars=yes,resizable=yes,width=660,height=700')
}
function OpenWinInfoTop() { 
  window.open('information/index.html','','scrollbars=yes,resizable=yes,width=660,height=700')
}
function OpenWinPremium() { 
  window.open('../premium/index.html','','scrollbars=no,resizable=yes,width=800,height=656')
}
function OpenWinPremiumTop() { 
  window.open('premium/index.html','','scrollbars=no,resizable=yes,width=800,height=656')
}

function OpenWin50b() { win=window.open("50b.html","plandetail","width=760,height=600,scrollbars=yes"); }
function OpenWin60a() { win=window.open("60a.html","plandetail","width=760,height=600,scrollbars=yes"); }
function OpenWin60a_basic() { win=window.open("60a_basic.html","plandetail","width=760,height=600,scrollbars=yes"); }
function OpenWin60a_order() { win=window.open("60a_order.html","plandetail","width=760,height=600,scrollbars=yes"); }
function OpenWin60d() { win=window.open("60d.html","plandetail","width=760,height=600,scrollbars=yes"); }
function OpenWin60e() { win=window.open("60e.html","plandetail","width=760,height=600,scrollbars=yes"); }
function OpenWin70a() { win=window.open("70a.html","plandetail","width=760,height=600,scrollbars=yes"); }
function OpenWin70b() { win=window.open("70b.html","plandetail","width=760,height=600,scrollbars=yes"); }
function OpenWin70c() { win=window.open("70c.html","plandetail","width=760,height=600,scrollbars=yes"); }
function OpenWin70e() { win=window.open("70e.html","plandetail","width=760,height=600,scrollbars=yes"); }
function OpenWin70h() { win=window.open("70h.html","plandetail","width=760,height=600,scrollbars=yes"); }
function OpenWin80a() { win=window.open("80a.html","plandetail","width=960,height=600,scrollbars=yes"); }
function OpenWin100a() { win=window.open("100a.html","plandetail","width=960,height=600,scrollbars=yes"); }

//pandama-pulldown
function pulldown(action,target){
	
	listthis=document.getElementById(target);
	
	if(action=="over"){
		
		listthis.style.display='block';
		
	}else if(action=="out"){
		listthis.style.display='none';
	}
	
}

//フローティングメニュー
function fmenuclose(target){
	
	listthis=document.getElementById(target);
	listthis.style.display='none';
}
