// JavaScript Document// ロールオーバー処理function Change_Img(filename,target){	document.images[target].src = filename;}