function changeImage1(){
    document.myimg1.src="http://www.naruohama.jp/images/A_home.jpg";
}

function changeImage2(){
    document.myimg1.src="http://www.naruohama.jp/images/home.jpg";
}

function changeImage3(){
    document.myimg2.src="http://www.naruohama.jp/images/A_aboutus.jpg";
}

function changeImage4(){
    document.myimg2.src="http://www.naruohama.jp/images/aboutus.jpg";
}

function changeImage5(){
    document.myimg3.src="http://www.naruohama.jp/images/A_fishing.jpg";
}

function changeImage6(){
    document.myimg3.src="http://www.naruohama.jp/images/fishing.jpg";
}

function changeImage7(){
    document.myimg4.src="http://www.naruohama.jp/images/A_event.jpg";
}

function changeImage8(){
    document.myimg4.src="http://www.naruohama.jp/images/event.jpg";
}

function changeImage11(){
    document.myimg6.src="http://www.naruohama.jp/images/A_greenpartner.jpg";
}

function changeImage12(){
    document.myimg6.src="http://www.naruohama.jp/images/greenpartner.jpg";
}

function changeImage9(){
    document.myimg5.src="http://www.naruohama.jp/images/A_flower.jpg";
}

function changeImage10(){
    document.myimg5.src="http://www.naruohama.jp/images/flower.jpg";
}

function changeImage13(){
    document.myimg7.src="http://www.naruohama.jp/images/A_beauty.jpg";
}

function changeImage14(){
    document.myimg7.src="http://www.naruohama.jp/images/beauty.jpg";
}

function changeImage15(){
    document.myimg8.src="http://www.naruohama.jp/images/A_access.jpg";
}

function changeImage16(){
    document.myimg8.src="http://www.naruohama.jp/images/access.jpg";
}

function changeImage17(){
    document.myimg9.src="http://www.naruohama.jp/images/A_spot.jpg";
}

function changeImage18(){
    document.myimg9.src="http://www.naruohama.jp/images/spot.jpg";
}

function go_open1()
{
var w=window.open("","","width=500,height=400");
w.location="sample.htm";
}

