<!-- 


//マウスアクション

var d = document;

function ImgSwap(path,name,sw){
	d.images[name].src = path + "images/" + name + sw;
}


 //-->