// スワップイメージ：
//gif画像
function swapImg(ID,sWimg){
	document.getElementById(ID).src="img/com/"+sWimg+".gif"
}

//jpg画像
function swapImgj(ID,sWimg){
	document.getElementById(ID).src="img/com/"+sWimg+".jpg"
}

function open_win(){
	window.open("http://www.ocular.net/ray/ac_gmap.htm","","width=500,height=450");	
}


