
var toto1imgdon=1;
var toto1imgp1=new Image();
var toto1imgp2=new Image();
var toto1imgp3=new Image();

toto1imgp1.src='../../images/header_show/albi_04.jpg';
toto1imgp2.src='../../images/header_show/albi_05.jpg';
toto1imgp3.src='../../images/header_show/albi_06.jpg';

var toto1imgstr1='<img src="../../images/header_show/albi_04.jpg" width=345 height=135 alt="" border="0">';
var toto1imgstr2='<img src="../../images/header_show/albi_05.jpg" width=345 height=135 alt="" border="0">';
var toto1imgstr3='<img src="../../images/header_show/albi_06.jpg" width=345 height=135 alt="" border="0">';

var uagent;
var opsystem;
var IE4B=false;
var NS6B=false;
var MsWinS=false;
uagent = window.navigator.userAgent.toLowerCase();
opsystem = window.navigator.platform.toLowerCase();
if (opsystem.indexOf('win') != -1)
{MsWinS = true;}
IE4B=(document.all);
NS6B=((document.getElementById)&&(!IE4B))?true:false;

IE5=false;IE4=false;IEold=false;IE5=(uagent.indexOf('msie 5.0') != -1)?true:false;IE4=(uagent.indexOf('msie 4') != -1)?true:false;if(IE5||IE4||(MsWinS==false)){IEold=true;}
function toto1initr()
{

	if(IE4B){if((uagent.indexOf('msie 7.') != -1)||(uagent.indexOf('msie 6.') != -1)||(uagent.indexOf('msie 5.5') != -1)){toto1imgdon=2;setTimeout('toto1dxtrans()',3000);
}
}

	else if(NS6B)

{
setTimeout('toto1slides()',2000);
}toto1yenif();
}

function toto1dxtrans()
{

if(IEold!=true)
{
toto1cimg.filters[0].apply();
}toto1cimg.src = eval("toto1imgp"+toto1imgdon+".src");
if(IEold!=true)
{
toto1cimg.filters[0].play();
}
toto1imgdon++;
if(toto1imgdon>3)
{
toto1imgdon=1;
}

setTimeout('toto1dxtrans()',5000);
}


function toto1slides()
{

if(toto1imgdon==1)
{
document.toto1slideimg.src=toto1imgp2.src;
}
if(toto1imgdon==2)
{
document.toto1slideimg.src=toto1imgp3.src;
}
if(toto1imgdon==3)
{
document.toto1slideimg.src=toto1imgp1.src;
}

toto1imgdon++;if(toto1imgdon>3)
{
toto1imgdon=1;
}
setTimeout('toto1slides()',2000);
}

toto1yenif = (window.onload) ? window.onload :  new Function;window.onload = function(){	setTimeout("toto1initr()",80);};
