//ロールオーバー-------------------------------------
function swapImage(fileName,imageName){
document.images[imageName].src = fileName;
}
