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