var L1 = new Array(), L2 = new Array(), L3 = new Array()
var C1 = new Array(), C2 = new Array(), C3 = new Array(), C4 = new Array()
var R1 = new Array(), R2 = new Array(), R3 = new Array()

  L1[0]='images/index/animations/pic_L_1b.jpg';
  L1[1]='images/index/animations/pic_L_1c.jpg';
  L1[2]='images/index/pic_L_1.jpg';
  
  L2[0]='images/index/animations/pic_L_2b.jpg';
  L2[1]='images/index/animations/pic_L_2c.jpg';
  L2[2]='images/index/pic_L_2.jpg';
  
  L3[0]='images/index/animations/pic_L_3b.jpg';
  L3[1]='images/index/animations/pic_L_3c.jpg';
  L3[2]='images/index/pic_L_3.jpg';
  
  C1[0]='images/index/animations/pic_C_1b.jpg';
  C1[1]='images/index/animations/pic_C_1c.jpg';
  C1[2]='images/index/pic_C_1.jpg';
  
  C2[0]='images/index/animations/pic_C_2b.jpg';
  C2[1]='images/index/animations/pic_C_2c.jpg';
  C2[2]='images/index/pic_C_2.jpg';
  
  C3[0]='images/index/animations/pic_C_3b.jpg';
  C3[1]='images/index/animations/pic_C_3c.jpg';
  C3[2]='images/index/pic_C_3.jpg';
  
  C4[0]='images/index/animations/pic_C_4b.jpg';
  C4[1]='images/index/animations/pic_C_4c.jpg';
  C4[2]='images/index/pic_C_4.jpg';
  
  R1[0]='images/index/animations/pic_R_1b.jpg';
  R1[1]='images/index/animations/pic_R_1c.jpg';
  R1[2]='images/index/pic_R_1.jpg';
  
  R2[0]='images/index/animations/pic_R_2b.jpg';
  R2[1]='images/index/animations/pic_R_2c.jpg';
  R2[2]='images/index/pic_R_2.jpg';
  
  R3[0]='images/index/animations/pic_R_3b.jpg';
  R3[1]='images/index/animations/pic_R_3c.jpg';
  R3[2]='images/index/pic_R_3.jpg';

  var j,d="",l="",m="",p="",q="",z=""

  j=1;
  j=(isNaN(j))?0:j;
  
  function pic_C1(){
   document.write("<img name='pic_C1' src='"+C1[j]+"'>");
   }
  function pic_C2(){
   document.write("<img name='pic_C2' src='"+C2[j]+"'>");
   }
  function pic_C3(){
   document.write("<img name='pic_C3' src='"+C3[j]+"'>");
   }
  function pic_C4(){
   document.write("<img name='pic_C4' src='"+C4[j]+"'>");
   }
  function pic_L1(){
   document.write("<img name='pic_L1' src='"+L1[j]+"'>");
   }
  function pic_L2(){
   document.write("<img name='pic_L2' src='"+L2[j]+"'>");
   }
  function pic_L3(){
   document.write("<img name='pic_L3' src='"+L3[j]+"'>");
   }
  function pic_R1(){
   document.write("<img name='pic_R1' src='"+R1[j]+"'>");
   }
  function pic_R2(){
   document.write("<img name='pic_R2' src='"+R2[j]+"'>");
   }
  function pic_R3(){
   document.write("<img name='pic_R3' src='"+R3[j]+"'>");
   }

function seqC1(t,l) {
  j=l;
  j++;
  if (j==3) j=0;
  document.pic_C1.src=C1[j];
  setTimeout("seqC1("+t+","+j+")",t);
  }
  
  function seqC2(t,l) {
  j=l;
  j++;
  if (j==3) j=0;
  document.pic_C2.src=C2[j];
  setTimeout("seqC2("+t+","+j+")",t);
  }
  
  function seqC3(t,l) {
  j=l;
  j++;
  if (j==3) j=0;
  document.pic_C3.src=C3[j];
  setTimeout("seqC3("+t+","+j+")",t);
  }
  
  function seqC4(t,l) {
  j=l;
  j++;
  if (j==3) j=0;
  document.pic_C4.src=C4[j];
  setTimeout("seqC4("+t+","+j+")",t);
  }
  
function seqL1(t,l) {
  j=l;
  j++;
  if (j==3) j=0;
  document.pic_L1.src=L1[j];
  setTimeout("seqL1("+t+","+j+")",t);
  }
  
  function seqL2(t,l) {
  j=l;
  j++;
  if (j==3) j=0;
  document.pic_L2.src=L2[j];
  setTimeout("seqL2("+t+","+j+")",t);
  }
  
  function seqL3(t,l) {
  j=l;
  j++;
  if (j==3) j=0;
  document.pic_L3.src=L3[j];
  setTimeout("seqL3("+t+","+j+")",t);
  }
  
  function seqR1(t,l) {
  j=l;
  j++;
  if (j==3) j=0;
  document.pic_R1.src=R1[j];
  setTimeout("seqR1("+t+","+j+")",t);
  }
  
  function seqR2(t,l) {
  j=l;
  j++;
  if (j==3) j=0;
  document.pic_R2.src=R2[j];
  setTimeout("seqR2("+t+","+j+")",t);
  }
  
  function seqR3(t,l) {
  j=l;
  j++;
  if (j==3) j=0;
  document.pic_R3.src=R3[j];
  setTimeout("seqR3("+t+","+j+")",t);
  }

