﻿//$('#i1').addClass('c');
//$('#i1').removeClass('c');
//$('#i2').addClass('c');
//$('#i2').removeClass('n');
//$('#i3').addClass('n');
//$('#i3').removeClass('n');

var h=0;
function slideshow(i){
h=h+i;
h=h+1;
if(h>60){
h=0;
}
//begin slid 1 
if(h>=0 && h<2)
{
$('#i1').fadeTo('slow',1);
$('#ne').click(function(){
return h=7;
})
$('#pr').click(function(){
return h=47;
})
}

if(h>=2 && h<7)
{
$('#i1').fadeTo('slow',1);
$('#ne').click(function(){
return h=7;
})
$('#pr').click(function(){
return h=47;
})
}

if(h>=7 && h<9)
{
$('#i1').fadeOut('slow');
$('#i3').fadeOut('slow');
$('#i4').fadeOut('slow');
$('#i5').fadeOut('slow');
$('#i6').fadeOut('slow');
$('#ne').click(function(){
return h=17;
})
$('#pr').click(function(){
return h=47;
})
}
//end slid 1 

//begin slid 2 
if(h>=9 && h<11)
{
$('#i2').fadeTo('slow',1);
$('#ne').click(function(){
return h=17;
})
$('#pr').click(function(){
return h=57;
})
}


if(h>=11 && h<17)
{
$('#i2').fadeTo('slow',1);
$('#ne').click(function(){
return h=17;
})
$('#pr').click(function(){
return h=57;
})
}

if(h>=17 && h<19)
{
$('#i2').fadeOut('slow');
$('#i1').fadeOut('slow');
$('#i6').fadeOut('slow');
$('#i4').fadeOut('slow');
$('#i5').fadeOut('slow');
$('#ne').click(function(){
return h=37;
})
$('#pr').click(function(){
return h=7;
})
}
//end slid 2 


//begin slid 3 
if(h>=19 && h<21)
{
$('#i3').fadeTo('slow',1);
$('#ne').click(function(){
return h=27;
})
$('#pr').click(function(){
return h=7;
})
}

if(h>=21 && h<27)
{
$('#i3').fadeTo('slow',1);
$('#ne').click(function(){
return h=27;
})
$('#pr').click(function(){
return h=7;
})
}

if(h>=27 && h<29)
{
$('#i1').fadeOut('slow');
$('#i2').fadeOut('slow');
$('#i6').fadeOut('slow');
$('#i3').fadeOut('slow');
$('#i5').fadeOut('slow');
$('#ne').click(function(){
return h=47;
})
$('#pr').click(function(){
return h=27;
})
}
//end slid 3 

//begin slid 4 
if(h>=29 && h<31)
{
$('#i4').fadeTo('slow',1);
$('#ne').click(function(){
return h=37;
})
$('#pr').click(function(){
return h=17;
})
}

if(h>=31 && h<37)
{
$('#i4').fadeTo('slow',1);
$('#ne').click(function(){
return h=37;
})
$('#pr').click(function(){
return h=17;
})
}

if(h>=37 && h<39)
{
$('#i1').fadeOut('slow');
$('#i2').fadeOut('slow');
$('#i3').fadeOut('slow');
$('#i4').fadeOut('slow');
$('#i6').fadeOut('slow');
$('#ne').click(function(){
return h=57;
})
$('#pr').click(function(){
return h=37;
})
}
//end slid 4

//begin slid 5 
if(h>=39 && h<41)
{
$('#i5').fadeTo('slow',1);
$('#ne').click(function(){
return h=47;
})
$('#pr').click(function(){
return h=27;
})
}

if(h>=41 && h<47)
{
$('#i5').fadeTo('slow',1);
$('#ne').click(function(){
return h=47;
})
$('#pr').click(function(){
return h=27;
})
}

if(h>=47 && h<49)
{
$('#i1').fadeOut('slow');
$('#i2').fadeOut('slow');
$('#i3').fadeOut('slow');
$('#i4').fadeOut('slow');
$('#i5').fadeOut('slow');
$('#ne').click(function(){
return h=57;
})
$('#pr').click(function(){
return h=37;
})
}
//end slid 5

//begin slid 6 
if(h>=49 && h<51)
{
$('#i6').fadeTo('slow',1);
$('#ne').click(function(){
return h=57;
})
$('#pr').click(function(){
return h=37;
})
}

if(h>=51 && h<57)
{
$('#i6').fadeTo('slow',1);
$('#ne').click(function(){
return h=57;
})
$('#pr').click(function(){
return h=37;
})
}

if(h>=57 && h<59)
{
$('#i2').fadeOut('slow');
$('#i6').fadeOut('slow');
$('#i3').fadeOut('slow');
$('#i4').fadeOut('slow');
$('#i5').fadeOut('slow');
$('#ne').click(function(){
return h=7;
})
$('#pr').click(function(){
return h=47;
})
}
//end slid 6   


id=window.setTimeout("slideshow(0);",1000);
}

