
var homeimgdon=1;
var homeimgp1=new Image();
var homeimgp2=new Image();
var homeimgp3=new Image();
var homeimgp4=new Image();
var homeimgp5=new Image();
var homeimgp6=new Image();

homeimgp1.src='Files/Home/01.jpg';
homeimgp2.src='Files/Home/02.jpg';
homeimgp3.src='Files/Home/03.jpg';
homeimgp4.src='Files/Home/04.jpg';
homeimgp5.src='Files/Home/05.jpg';
homeimgp6.src='Files/Home/06.jpg';

var homeimgstr1='<img src="Files/Home/01.jpg" width=780 height=390 alt="" border="0">';
var homeimgstr2='<img src="Files/Home/02.jpg" width=780 height=390 alt="" border="0">';
var homeimgstr3='<img src="Files/Home/03.jpg" width=780 height=390 alt="" border="0">';
var homeimgstr4='<img src="Files/Home/04.jpg" width=780 height=390 alt="" border="0">';
var homeimgstr5='<img src="Files/Home/05.jpg" width=780 height=390 alt="" border="0">';
var homeimgstr6='<img src="Files/Home/06.jpg" width=780 height=390 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 homeinitr()
{

	if(IE4B){if((uagent.indexOf('msie 6.') != -1)||(uagent.indexOf('msie 5.5') != -1)){homeimgdon=2;setTimeout('homedxtrans()',3000);
}
}

	else if(NS6B)

{
setTimeout('homeslides()',3000);
}homeyenif();
}

function homedxtrans()
{

if(IEold!=true)
{
homecimg.filters[0].apply();
}homecimg.src = eval("homeimgp"+homeimgdon+".src");
if(IEold!=true)
{
homecimg.filters[0].play();
}
homeimgdon++;
if(homeimgdon>6)
{
homeimgdon=1;
}

setTimeout('homedxtrans()',5000);
}


function homeslides()
{

if(homeimgdon==1)
{
document.homeslideimg.src=homeimgp2.src;
}
if(homeimgdon==2)
{
document.homeslideimg.src=homeimgp3.src;
}
if(homeimgdon==3)
{
document.homeslideimg.src=homeimgp4.src;
}
if(homeimgdon==4)
{
document.homeslideimg.src=homeimgp5.src;
}
if(homeimgdon==5)
{
document.homeslideimg.src=homeimgp6.src;
}
if(homeimgdon==6)
{
document.homeslideimg.src=homeimgp1.src;
}

homeimgdon++;if(homeimgdon>6)
{
homeimgdon=1;
}
setTimeout('homeslides()',3000);
}

homeyenif = (window.onload) ? window.onload :  new Function;window.onload = function(){	setTimeout("homeinitr()",80);};

