// JavaScript Document---別ウインドウを開く

/*<script type="text/javascript">*/

function openwin01() {
	window.open("notice/index.html","subwin","scrollbars=yes,resizable=yes,width=700,height=550");
}
function openwin02() {
	window.open("notice/index.html#kinen","subwin","scrollbars=yes,resizable=yes,width=700,height=470");
}
function openwin03() {
	window.open("notice/index.html#shiba","subwin","scrollbars=yes,resizable=yes,width=700,height=470");
}
function openwin04() {
	window.open("notice/index.html#pet","subwin","scrollbars=yes,resizable=yes,width=700,height=470");
}
 
 /*</script>*/
