function openWindow(clocation, wNo) {
	var wName;
	wName="win"+wNo;
	var scriptwin=window.open(clocation, wName,'toolbar=no, location=no, resizable=no, status=no, scrollbars=no, align=center, width=320, height=550');
}

function changeImage1(){document.prof.src="images/index_07.gif";}
function changeImage2(){document.prof.src="images/index2_07.gif";}
function changeImage3(){document.galle.src="images/index_08.gif";}
function changeImage4(){document.galle.src="images/index2_08.gif";}
function changeImage5(){document.diary.src="images/index_09.gif";}
function changeImage6(){document.diary.src="images/index2_09.gif";}
function changeImage7(){document.nami.src="images/index_24.gif";}
function changeImage8(){document.nami.src="images/index_25.gif";}
function changeImage9(){document.fun.src="images/index_10.gif";}
function changeImage10(){document.fun.src="images/index2_10.gif";}
function changeImage11(){document.link.src="images/index_11.gif";}
function changeImage12(){document.link.src="images/index2_11.gif";}
function changeImage13(){document.mail.src="images/index_12.gif";}
function changeImage14(){document.mail.src="images/index2_12.gif";}
function changeImage17(){document.blog.src="images/gnav_blog.gif";}
function changeImage18(){document.blog.src="images/gnav_blog2.gif";}

imgnum=1;
function changeImage(){
if(imgnum==1){
document.myimg.src="1.jpg";
imgnum=2;
}else if(imgnum==2){
document.myimg.src="6.jpg";
imgnum=3;
}	

else if(imgnum==3){
document.pyimg.src="2.jpg";
imgnum=4;
}else if(imgnum==4){
document.pyimg.src="9.jpg";
imgnum=5;
}
	
else if(imgnum==5){
document.oyimg.src="5.jpg";
imgnum=6;
}else if(imgnum==6){
document.oyimg.src="10.jpg";
imgnum=1;
}
setTimeout("changeImage()",1000);
}