imgPath = new Array; 
if (document.images) 
{ 
i0 = new Image; 
i0.src = 'region/landes_1.jpg'; 
imgPath[0] = i0.src; 
i1 = new Image; 
i1.src = 'region/landes_2.jpg'; 
imgPath[1] = i1.src; 
i2 = new Image; 
i2.src = 'region/landes_3.jpg'; 
imgPath[2] = i2.src; 
i3 = new Image; 
i3.src = 'region/landes_4.jpg'; 
imgPath[3] = i3.src; 
i4 = new Image; 
i4.src = 'region/landes_5.jpg'; 
imgPath[4] = i4.src;
i5 = new Image; 
i5.src = 'region/landes_6.jpg'; 
imgPath[5] = i5.src; 
} 

a = 0; 
function ejs_img_fx(img) 
{ 
if(img && img.filters && img.filters[0]) 
{ 
img.filters[0].apply(); 
img.filters[0].play(); 
} 
} 

function StartAnim() 
{ 
if (document.images) 
{ 
document.write('<IMG SRC="region/landes_1.jpg" border="0" width="211" height="154" NAME=defil style="filter:progid:DXImageTransform.Microsoft.Fade(duration=1.0,overlap=1.0)">'); 
defilimg() 
} 
else 
{ 
document.write('<IMG SRC="region/landes_1.jpg" border="0" width="211" height="154">') 
} 
} 

function defilimg() 
{ 
if (a == 6) 
{ 
a = 0; 
} 
if (document.images) 
{ 
ejs_img_fx(document.defil) 
document.defil.src = imgPath[a]; 
tempo3 = setTimeout("defilimg()",5000); 
a++; 
} 
} 



imgPath2 = new Array; 
if (document.images) 
{ 
i02 = new Image; 
i02.src = 'region/rotary_1.jpg' ; 
imgPath2[0] = i02.src;

i12 = new Image; 
i12.src = 'region/rotary_2.jpg'; 
imgPath2[1] = i12.src; 

i22 = new Image; 
i22.src = 'region/rotary_3.jpg'; 
imgPath2[2] = i22.src; 

i32 = new Image; 
i32.src = 'region/rotary_4.jpg'; 
imgPath2[3] = i32.src; 

i42 = new Image; 
i42.src = 'region/rotary_5.jpg'; 
imgPath2[4] = i42.src; 



} 

a2 = 0; 
function ejs_img_fx2(img) 
{ 
if(img && img.filters && img.filters[0]) 
{ 
img.filters[0].apply(); 
img.filters[0].play(); 
} 
} 

function StartAnim2() 
{ 
if (document.images) 
{ 
document.write('<IMG SRC="region/rotary_1.jpg" BORDER=0 width="280" height="204" NAME=defil2 style="filter:progid:DXImageTransform.Microsoft.Fade(duration=1.0,overlap=1.0)">'); 
defilimg2() 
} 
else 
{ 
document.write('<IMG SRC="region/rotary_1.jpg" BORDER=0 width="280" height="204">') 
} 
} 

function defilimg2() 
{ 
if (a2 == 5) 
{ 
a2 = 0; 
} 
if (document.images) 
{ 
ejs_img_fx2(document.defil2) 
document.defil2.src = imgPath2[a2]; 
tempo32 = setTimeout("defilimg2()",7000); 
a2++; 
} 
} 




