////////////////////////////////////////////////////////////////////////
//
// START: PIC Script - one image only!!!, 
// &copy; Anton Spindler, Germany
// Lmod:  25.12.2005
// Lmod:  02.07.2011
//
////////////////////////////////////////////////////////////////////////

   var Loop_Nr = 0;
   var ZPic_Nr = 0;

   function Pic_Load()   
   {
 
  
   do { ZPic_Nr = ZPic_Nr + 1;
          { if(ZPic_Nr < 03) { ZPic_Nr = 03; } };
          { if(ZPic_Nr > 38) { ZPic_Nr = 03; } };
      } 

   while(Loop_Nr = 0); 

      {

      //////////////////////////////////////////////////////////////////////
      //
      // Definitions
      //
      //////////////////////////////////////////////////////////////////////



      { if (ZPic_Nr == 03)  { picture="../RW__Pics/Kylie_vom_SchwaigerWappen,114644, 2011-06-23_200.jpg"                       };  }

      { if (ZPic_Nr == 04)  { picture="../RW__Pics/Nemo_068969.jpg"                       };  }
      { if (ZPic_Nr == 05)  { picture="../RW__Pics/Nemo_068969_liegend.jpg"               };  }
      { if (ZPic_Nr == 06)  { picture="../RW__Pics/Nemo_068969_Kopf.jpg"                  };  }
      { if (ZPic_Nr == 07)  { picture="../RW__Pics/Minka_077192.jpg"                      };  }
      { if (ZPic_Nr == 08)  { picture="../RW__Pics/Minka_077192-1995-ks.jpg"              };  }
      { if (ZPic_Nr == 09)  { picture="../RW__Pics/Minka_Flugschneise_077192_1997_FH.jpg" };  }
      { if (ZPic_Nr == 10)  { picture="../RW__Pics/Nora_Flugschneise_078274.jpg"          };  }

      { if (ZPic_Nr == 11)  { picture="../RW__Pics/ZBrenda_082815.jpg"                    };  }
      { if (ZPic_Nr == 12)  { picture="../RW__Pics/ZNelly_100897.jpg"                     };  }
      { if (ZPic_Nr == 13)  { picture="../RW__Pics/ZNelly_100897-bringt.jpg"              };  }
      { if (ZPic_Nr == 14)  { picture="../RW__Pics/ZFliege_089507.jpg"                    };  }
      { if (ZPic_Nr == 15)  { picture="../RW__Pics/Fausto_Tangrintel_092262.jpg"          };  }
      { if (ZPic_Nr == 16)  { picture="../RW__Pics/ZPercy_100738.jpg"                     };  }              
      { if (ZPic_Nr == 17)  { picture="../RW__Pics/ZPercy_101738-2001-dmfh1.jpg"          };  }
      { if (ZPic_Nr == 18)  { picture="../RW__Pics/ZPercy_101738-seite.jpg"               };  }
      { if (ZPic_Nr == 19)  { picture="../RW__Pics/Emil_Teufelsbruecke_107580_med.jpg"    };  }

      { if (ZPic_Nr == 21)  { picture="../RW__Pics/ZO_1999-04_01.jpg"                     };  }
      { if (ZPic_Nr == 22)  { picture="../RW__Pics/ZO_1999-04_02.jpg"                     };  }
      { if (ZPic_Nr == 23)  { picture="../RW__Pics/ZO_1999-04_03.jpg"                     };  }
      { if (ZPic_Nr == 24)  { picture="../RW__Pics/ZO_1999-04_04.jpg"                     };  }
      { if (ZPic_Nr == 25)  { picture="../RW__Pics/ZQ_1999-12-18_01.jpg"                  };  }
      { if (ZPic_Nr == 26)  { picture="../RW__Pics/ZQ_1999-12-18_02.jpg"                  };  }
      { if (ZPic_Nr == 27)  { picture="../RW__Pics/ZQ_1999-12-18_03.jpg"                  };  }
      { if (ZPic_Nr == 28)  { picture="../RW__Pics/ZPearl_101740.jpg"                     };  }
      { if (ZPic_Nr == 29)  { picture="../RW__Pics/Zirbelnuss_Penny_101741.jpg"           };  }
      { if (ZPic_Nr == 30)  { picture="../RW__Pics/ZQuecke_103117_tb.jpg"                 };  }

      { if (ZPic_Nr == 31)  { picture="../RW__Pics/Spindler_Anton_Helfer_01.jpg"          };  }
      { if (ZPic_Nr == 32)  { picture="../RW__Pics/Spindler_Anton_Helfer_02.jpg"          };  }
      { if (ZPic_Nr == 33)  { picture="../RW__Pics/Spindler_Anton_Helfer_03.jpg"          };  }
      { if (ZPic_Nr == 34)  { picture="../RW__Pics/Spindler_Anton_Helfer_04.jpg"          };  }
      { if (ZPic_Nr == 35)  { picture="../RW__Pics/Spindler_Anton_Helfer_05_Kent_OS_2005.jpg"          };  }
      { if (ZPic_Nr == 36)  { picture="../RW__Pics/Spindler_Anton_Helfer_06.jpg"          };  }
      { if (ZPic_Nr == 37)  { picture="../RW__Pics/Spindler_Anton_Helfer_07_Onka_TB_ZTP_2005.jpg"          };  }
      { if (ZPic_Nr == 38)  { picture="../RW__Pics/ADRK_Logo_Nemo_gelb_.jpg"               };  }

      //////////////////////////////////////////////////////////////////////
      //
      // Put on screen
      //
      //////////////////////////////////////////////////////////////////////

      window.document.images[01].src=picture; 
      window.setTimeout('Pic_Load()',4000);

      }


   }
//////////////////////////////////////////////////////////////////////
//
// END: PIC Script
//
//////////////////////////////////////////////////////////////////////

