var ctimerShow=Array();
var ctimerHid=Array();

var imgoff=Array();

var imgo=Array();

imgo.push('/files/Image/s5-s.jpg');
imgo.push('/files/Image/s43-s.jpg');
imgo.push('/files/Image/s32-s.jpg');
imgoff['im_1']=Array();
imgoff['im_2']=Array();
imgoff['im_3']=Array();
imgoff['im_4']=Array();
imgoff['im_5']=Array();

imgoff['im_1'].push(imgo);

imgo=Array();

imgo.push('/files/Image/pegas-s.jpg');
imgo.push('/files/Image/persey-s.jpg');
imgo.push('/files/Image/orion-s.jpg');
imgoff['im_2'].push(imgo);

imgo=Array();

imgo.push('/files/Image/madagaskar-s.jpg');
imgo.push('/files/Image/mongoliya-s.jpg');
imgo.push('/files/Image/alyaska-s.jpg');
imgoff['im_3'].push(imgo);

imgo=Array();

imgo.push('/files/Image/korzina.jpg');
imgo.push('/files/Image/trapeciya.jpg');
imgo.push('/files/Image/mat1.jpg');
imgoff['im_4'].push(imgo);

imgo=Array();

imgo.push('/files/Image/windy-v4.png');
imgo.push('/files/Image/timka-ts1.jpg');
imgo.push('/files/Image/snowtube-bars-small.jpg');
imgoff['im_5'].push(imgo);


var ind=Array();
ind['im_1']=0;
ind['im_2']=0;
ind['im_3']=0;
ind['im_4']=0;
ind['im_5']=0;
var cid=0;
var stoptimer='';
function runss(id)
{
if(stoptimer) clearTimeout(stoptimer);
if(cid==id) return false;
if(cid)clearTimeout(ctimerHid[cid]);
hid(id);
cid=id;
}
function stop(stops)
{
if(!stops)
{
stoptimer=setTimeout("stop(1)",300);
return false;
}

if(cid)clearTimeout(ctimerHid[cid]);
cid='';
}
function  chimg(id,imgh)
{
$("#"+id).attr("src",imgh);
}
function hid(id)
{
$("#"+id).animate({opacity: "0"}, 500);

c_img=imgoff[id][0];
imgh=c_img[ind[id]]
setTimeout("chimg('"+id+"','"+imgh+"')",500);

ind[id]++;
if(ind[id]>=c_img.length)ind[id]=0;


$("#"+id).animate({opacity: "1"}, 800);

ctimerHid[id]=setTimeout("hid('"+id+"')",2500);
}


