/* Created on: 2005.11.16.*/
var i=1;
var dia=new Array();
dia[0]="dia";
var kepek=new Array(16);
kepek[1]="http://www.meniszkusz.hu/pict/tattyteddy1.gif";
kepek[2]="http://www.meniszkusz.hu/pict/tattyteddy2.gif";
kepek[3]="http://www.meniszkusz.hu/pict/tattyteddy3.gif";
kepek[4]="http://www.meniszkusz.hu/pict/tattyteddy4.gif";
kepek[5]="http://www.meniszkusz.hu/pict/tattyteddy5.gif";
kepek[6]="http://www.meniszkusz.hu/pict/tattyteddy6.gif";
kepek[7]="http://www.meniszkusz.hu/pict/tattyteddy7.gif";
kepek[8]="http://www.meniszkusz.hu/pict/tattyteddy8.gif";
kepek[9]="http://www.meniszkusz.hu/pict/tattyteddy9.gif";
kepek[10]="http://www.meniszkusz.hu/pict/tattyteddy10.gif";
kepek[11]="http://www.meniszkusz.hu/pict/tattyteddy11.gif";
kepek[12]="http://www.meniszkusz.hu/pict/tattyteddy12.gif";
kepek[13]="http://www.meniszkusz.hu/pict/tattyteddy13.gif";
kepek[14]="http://www.meniszkusz.hu/pict/tattyteddy14.gif";
kepek[15]="http://www.meniszkusz.hu/pict/tattyteddy15.gif";
kepek[16]="http://www.meniszkusz.hu/pict/tattyteddy16.gif";
function rev()
{
i=1;
document.project[dia[0]].src=kepek[i];
}
function leftm()
{
i=i-1;
if (i==0)i=1;
document.project[dia[0]].src=kepek[i];
}
function rightm()
{
i=i+1;
if (i==17)i=16;
document.project[dia[0]].src=kepek[i];
}