//マウスオーバー
var img = new Array()
img[0]=new Image();img[0].src="images/head_menu00.gif";
img[1]=new Image();img[1].src="images/head_menu01.gif";
img[2]=new Image();img[2].src="images/head_menu02.gif";
img[3]=new Image();img[3].src="images/head_menu03.gif";
img[4]=new Image();img[4].src="images/head_menu04.gif";
img[5]=new Image();img[5].src="images/head_menu05.gif";

function s(x){
 y="on"+x;
 document.images[y].src=eval("img["+x+"].src");
}
function u(x){
 y="on"+x;
 document.images[y].src="images/head_menu1"+x+".gif";
}


//ウィンドウオープン
function OpenWin1b(){
    win1=window.open("gallery2/g01.html","new1","width=370,height=370");
}
function OpenWin2b(){
    win2=window.open("gallery2/g02.html","new2","width=370,height=370");
}
function OpenWin3b(){
    win3=window.open("gallery2/g03.html","new2","width=370,height=480");
}
function OpenWin4b(){
    win4=window.open("gallery2/g04.html","new2","width=370,height=480");
}
function OpenWin5b(){
    win5=window.open("gallery2/g05.html","new2","width=370,height=370");
}
function OpenWin6b(){
    win6=window.open("gallery2/g06.html","new2","width=370,height=480");
}
function OpenWin7b(){
    win7=window.open("gallery2/g07.html","new2","width=370,height=350");
}
function OpenWin8b(){
    win8=window.open("gallery2/g08.html","new2","width=370,height=400");
}
function OpenWin9b(){
    win9=window.open("gallery2/g09.html","new2","width=370,height=380");
}
function OpenWin10b(){
    win10=window.open("gallery2/g10.html","new2","width=370,height=480");
}
function OpenWin11b(){
    win11=window.open("gallery2/g11.html","new2","width=370,height=370");
}
function OpenWin12b(){
    win12=window.open("gallery2/g12.html","new2","width=370,height=370");
}
function OpenWin13b(){
    win13=window.open("gallery2/g13.html","new2","width=370,height=350");
}
function OpenWin14b(){
    win14=window.open("gallery2/g14.html","new2","width=370,height=370");
}
function OpenWin15b(){
    win15=window.open("gallery2/g15.html","new2","width=370,height=370");
}
function OpenWin16b(){
    win16=window.open("gallery2/g16.html","new2","width=370,height=350");
}
function OpenWin101(){
    win17=window.open("profile/p01.html","new2","width=500,height=310");
}
function OpenWin102(){
    win18=window.open("profile/p02.html","new3","width=500,height=600");
}
function OpenWin103(){
    win19=window.open("profile/p03.html","new4","width=500,height=455");
}
function OpenWin104(){
    win20=window.open("profile/p04.html","new5","width=500,height=330");
}
function OpenWin105(){
    win21=window.open("profile/p05.html","new6","width=500,height=220");
}

//ウィンドウオープン
function OpenWin1(){
    win1=window.open("gallery/g01.html","new1","width=370,height=450");
}
function OpenWin2(){
    win2=window.open("gallery/g02.html","new2","width=370,height=422");
}
function OpenWin3(){
    win3=window.open("gallery/g03.html","new2","width=370,height=334");
}
function OpenWin4(){
    win4=window.open("gallery/g04.html","new2","width=370,height=334");
}
function OpenWin5(){
    win5=window.open("gallery/g05.html","new2","width=370,height=335");
}
function OpenWin6(){
    win6=window.open("gallery/g06.html","new2","width=370,height=333");
}
function OpenWin7(){
    win7=window.open("gallery/g07.html","new2","width=370,height=343");
}
function OpenWin8(){
    win8=window.open("gallery/g08.html","new2","width=370,height=399");
}
function OpenWin9(){
    win9=window.open("gallery/g09.html","new2","width=370,height=446");
}
function OpenWin10(){
    win10=window.open("gallery/g10.html","new2","width=370,height=331");
}
function OpenWin11(){
    win11=window.open("gallery/g11.html","new2","width=370,height=336");
}
function OpenWin12(){
    win12=window.open("gallery/g12.html","new2","width=370,height=443");
}
function OpenWin13(){
    win13=window.open("gallery/g13.html","new2","width=370,height=333");
}
function OpenWin14(){
    win14=window.open("gallery/g14.html","new2","width=370,height=336");
}
function OpenWin15(){
    win15=window.open("gallery/g15.html","new2","width=370,height=333");
}
function OpenWin16(){
    win16=window.open("gallery/g16.html","new2","width=370,height=335");
}



//ウィンドウクローズ
function CloseWin(){
    window.close();
}

