//******************* EDWIN ************************//
//*      Funktionsdatei für die Navigation         *//
//**************************************************//
//   copyright, May. 2006, j.hoerersdorfer@gmx.at   //
function Bildinit (){
  // Arrays zum Speichern der Navigations-Bilder anlegen
  Bild1 = new Array (3);
  Roll1 = new Array (3);

  //Bilder für die Navigation Preloaden
  for (i=1; i<2; i++)
  {
  Bild1[i] = new Image();
  Bild1[i].src="http://sunpor.mayit.at/pix/st_n.gif";
  Roll1[i] = new Image();
  Roll1[i].src="http://sunpor.mayit.at/pix/st_r.gif";
  }
}
Bildinit ();
