// JavaScript Document

chimg=new Array("images/topimage_01.jpg","images/topimage_02.jpg","images/topimage_03.jpg","images/topimage_04.jpg","images/topimage_05.jpg","images/topimage_06.jpg","images/topimage_07.jpg","images/topimage_08.jpg");
chsec=3;
nostop=1;
stsec=3000;
//-----------------------------------------------------------
prImg= new Array();
for(i=0;i<chimg.length;i++){
prImg[i]=new Image();
prImg[i].src=chimg[i];}
imgf=0;fo=100;chck=0;imgto=1;
(!nostop)?alttext="":alttext=""; 
document.write("<img src='"+chimg[0]+"'ID='imgc'border=0 onclick='Ichenge()'style='filter:alpha(opacity=100);-moz-opacity:0.99;'alt='"+alttext+"'>");
function Ichenge(){
	if(!chck)Istart();
}
function Istart(){
	chck=1;
	(!imgf)?fo=fo-2:fo=fo+2;
	if(document.all)document.images.imgc.filters['alpha'].opacity=fo;
	else
	document.images.imgc.style.MozOpacity=fo/100;
	if(fo==0){imgf=1;
	document.images.imgc.src=prImg[imgto].src;
		if(imgto==7) {nostop=0;}
	}
	if(fo<99){setTimeout("Istart()",chsec);}
	else{imgf=0;imgto++;imgto%=chimg.length;
	(nostop)?setTimeout("Istart()",stsec):chck=0;
	}
}
if(nostop){chck=1;setTimeout("Istart()",stsec);}

