imgPath = new Array;
SiClickGoTo = new Array;
if (document.images)
{
}
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('
');
defilimg()
}
else
{
document.write('
')
}
}
function ImgDest()
{
window.open(SiClickGoTo[a-1],'_blank');
}
function defilimg()
{
if (a == 0)
{
a = 0;
}
if (document.images)
{
ejs_img_fx(document.defil)
document.defil.src = imgPath[a];
tempo3 = setTimeout("defilimg()",5000);
a++;
}
}