<!--
var img = new Array;

img[0] = "../img/mainimage_photo01.jpg";
img[1] = "../img/mainimage_photo02.jpg";
img[2] = "../img/mainimage_photo03.jpg";
img[3] = "../img/mainimage_photo04.jpg";
img[4] = "../img/mainimage_photo05.jpg";

if(navigator.appVersion.charAt(0)>=3)
{
movimg=new Array()
movimg[0] = new Image();movimg[0].src='img/208.jpg';
movimg[1] = new Image();movimg[1].src='img/212.jpg';
movimg[2] = new Image();movimg[2].src='img/301.jpg';
movimg[3] = new Image();movimg[3].src='img/302.jpg';
movimg[4] = new Image();movimg[4].src='img/308.jpg';
movimg[5] = new Image();movimg[5].src='img/312.jpg';

};

function changImg1(imgNoA,imgNoB)
{
if(navigator.appVersion.charAt(0)>=3){
document.images[imgNoA].src=movimg[imgNoB].src;
};
};


//-->
