function subWin2(mode){
if ( mode == 1 ) {
     
win=window.open("./user22.html","souryou","width=420,height=400,scrollbars=yes,resizable=yes");
win.focus();
}
if ( mode == 2 ) {
     
win=window.open("./user21.html","tokutei","width=420,height=400,scrollbars=yes,resizable=yes");
win.focus();
}
}

function subWin(pop){
if(pop == 1){
        
win=window.open("./photo02.html","window2","width=400,height=400,scrollbars=yes,resizable=yes");
win.focus();
}
if(pop == 2){
        
win=window.open("./photo03.html","window3","width=400,height=400,scrollbars=yes,resizable=yes");
win.focus();
}
}
