<!-- 複数のウインドウ指定 -->
<!-- frame link

var urls = new Array("", "photo/stmini_01.html", "photo/ss_01.html", "photo/m_01.html", "photo/l_01.html", "photo/rj_01.html");
var remote = null;
function newwin(url) {
        remote = window.open('', 'newwin', 'width=500,height=600,scrollbars=1,resizable=yes');
        if (newwin != null) {
                remote.location.href = url;
                remote.focus()
        }
}
function newwin2(url) {
        remote = window.open('', 'newwin', 'width=550,height=600,scrollbars=1,resizable=yes');
        if (newwin != null) {
                remote.location.href = url;
                remote.focus()
        }
}
function newwin3(url) {
        remote = window.open('', 'newwin', 'width=760,height=600,scrollbars=1,resizable=yes');
        if (newwin != null) {
                remote.location.href = url;
                remote.focus()
        }
}
function newwin4(url) {
        remote = window.open('', 'newwin', 'width=820,height=600,scrollbars=1,resizable=yes');
        if (newwin != null) {
                remote.location.href = url;
                remote.focus()
        }
}
function newwin5(url) {
        remote = window.open('', 'newwin', 'width=800,height=600,scrollbars=1,resizable=yes');
        if (newwin != null) {
                remote.location.href = url;
                remote.focus()
        }
}
function newwin6(url) {
        remote = window.open('', 'newwin', 'width=940,height=600,scrollbars=1,resizable=yes');
        if (newwin != null) {
                remote.location.href = url;
                remote.focus()
        }
}
function newwin7(url) {
        remote = window.open('', 'newwin', 'width=400,height=400,scrollbars=1,resizable=yes');
        if (newwin != null) {
                remote.location.href = url;
                remote.focus()
        }
}

//end -->
<!--
function closepage(n){
w = window.close();
}
//-->
