// JavaScript Document<script language="JavaScript">
<!--

//イメージの事前読み込み
if(document.images){

    movimg=new Array()
    movimg[0] = new Image() ; movimg[0].src = 'top/saint_raphael001a_01.jpg';
    movimg[1] = new Image() ; movimg[1].src = 'top/saint_raphael001a_01a.jpg';
    movimg[2] = new Image() ; movimg[2].src = 'top/saint_raphael001a_01b.jpg';
    movimg[3] = new Image() ; movimg[3].src = 'top/saint_raphael001a_01c.jpg';
    movimg[4] = new Image() ; movimg[4].src = 'top/saint_raphael001a_01d.jpg';
    movimg[5] = new Image() ; movimg[5].src = 'top/saint_raphael001a_01e.jpg';
    movimg[6] = new Image() ; movimg[6].src = 'top/saint_raphael001a_01f.jpg';
    movimg[7] = new Image() ; movimg[7].src = 'top/saint_raphael001a_01g.jpg';
    movimg[8] = new Image() ; movimg[8].src = 'top/saint_raphael001a_01h.jpg';
    movimg[9] = new Image() ; movimg[9].src = 'top/saint_raphael001a_01i.jpg';
	movimg[10] = new Image() ; movimg[10].src = 'top/saint_raphael001a_01j.jpg';
}

//アニメーション
function changImg1(imgName,imgNo){
  if(document.images) document.images[imgName].src = movimg[imgNo].src
}

//-->


