//////////////////////
// 天神グランドマップ
//////////////////////

function OpenWinmap02(){
    win1=window.open("map02.html","map02","width=580,height=650");
}
function OpenWinmap03(){
    win1=window.open("map03.html","map03","width=580,height=650");
}

////////////
// 写真集
////////////

function OpenWinS00(){
    win1=window.open("photo031102_01.html","s00","width=580,height=620");
}
function OpenWinS01(){
    win1=window.open("photo03senior01.html","s01","width=580,height=620");
}
function OpenWinS02(){
    win1=window.open("photo03senior2_01.html","s02","width=580,height=620");
}
function OpenWinA00(){
    win1=window.open("photo031109_01.html","a00","width=580,height=620");
}
function OpenWinA01(){
    win1=window.open("photo031109_2_01.html","a01","width=580,height=620");
}
function OpenWinA02(){
    win1=window.open("photo_0403all_01.html","a02","width=580,height=620");
}
function OpenWinA03(){
    win1=window.open("photo_0405all_01.html","a03","width=580,height=620");
}
function OpenWinM00(){
    win1=window.open("photo030622_01.html","m00","width=580,height=620");
}
function OpenWinM01(){
    win1=window.open("photo030914_01.html","m01","width=580,height=620");
}
function OpenWinM02(){
    win1=window.open("photo030914_2_01.html","m02","width=580,height=620");
}
function OpenWinM03(){
    win1=window.open("photo031116_01.html","m03","width=580,height=620");
}
function OpenWinj00(){
    win1=window.open("photo030720_01.html","j00","width=580,height=550");
}

//////////////
// 全体写真集
//////////////

function OpenWinZ01(){
    win1=window.open("photo0306-09_2_01.html","new1","width=580,height=620");
}
function OpenWinZ02(){
    win1=window.open("photo0306-09_3_01.html","new2","width=580,height=620");
}
function OpenWinZ03(){
    win1=window.open("photo0306-09_1_01.html","new3","width=580,height=620");
}
function OpenWinZ04(){
    win1=window.open("photo0306-09_4_01.html","new4","width=580,height=620");
}
function OpenWinZ05(){
    win1=window.open("photo0401-11_01.html","new5","width=580,height=620");
}
function OpenWinZ06(){
    win1=window.open("photo040314_01.html","new6","width=580,height=620");
}

/////////////////////////////////////////////////////////////
// javascript by ＠うさ http://www.scriptsquare.com/usajava/
/////////////////////////////////////////////////////////////

function ChangePicture(strImageName, strUrl)
{
	document.images[strImageName].src = strUrl;
}