
var toto6imgdon=1;
var toto6imgp1=new Image();
var toto6imgp2=new Image();
var toto6imgp3=new Image();

toto6imgp1.src='../../images/header_show/show_moissac_abbaye_st_pierre_01.jpg';
toto6imgp2.src='../../images/header_show/show_envolee_17.jpg';
toto6imgp3.src='../../images/header_show/show_tarn02.jpg';

var toto6imgstr1='<img src="../../images/header_show/show_albi_pont_neuf.jpg" width=345 height=135 alt="" border="0">';
var toto6imgstr2='<img src="../../images/header_show/show_envolee_17.jpg" width=345 height=135 alt="" border="0">';
var toto6imgstr3='<img src="../../images/header_show/show_tarn02.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 toto6initr()
{

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

	else if(NS6B)

{
setTimeout('toto6slides()',2000);
}toto6yenif();
}

function toto6dxtrans()
{

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

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


function toto6slides()
{

if(toto6imgdon==1)
{
document.toto6slideimg.src=toto6imgp2.src;
}
if(toto6imgdon==2)
{
document.toto6slideimg.src=toto6imgp3.src;
}
if(toto6imgdon==3)
{
document.toto6slideimg.src=toto6imgp1.src;
}

toto6imgdon++;if(toto6imgdon>3)
{
toto6imgdon=1;
}
setTimeout('toto6slides()',2000);
}

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

