	// =====================================================================
	// script: Gerard Ferrandez - Ge-1-doot - May 2002
	// http://www.dhteumeuleu.com
	// =====================================================================
	Ge=-1
	Do=0
	uh=-100
	n=im.children
	m=n.length
	io=img.filters[0]
	s=-1
	function G1Doot(){
		Do--
		x=50+70*Math.sin(uh/30)
		y=50+70*Math.cos(uh/30)
		uh+=s
		io.opacity=x
		io.finishOpacity=y
		if(Do<0&&x<=1&&y<=1||Ge<0){
			s=-s
			if(Ge<0)Ge=0,imf.src=n[Ge].src;
			Do=50
			txt.innerHTML=n[Ge%m].alt
			img.src=n[++Ge%m].src
		}
		if(Do<0&&x>=99&&y>=99){
			s=-s
			Do=50
			txt.innerHTML=n[Ge%m].alt
			imf.src=n[++Ge%m].src
		}
	}
	function zyva(){
		setInterval(G1Doot,28) 
		load.style.visibility="hidden"
	}

