var z,x;
 var bild = new Array();
  bild[0] = new Image(); bild[0].src="pics/layout/a-godi-2.gif";
  bild[1] = new Image(); bild[1].src="pics/layout/a-godi-3.gif";
  bild[2] = new Image(); bild[2].src="pics/layout/a-termine-2.gif";
  bild[3] = new Image(); bild[3].src="pics/layout/a-termine-3.gif";
  bild[4] = new Image(); bild[4].src="pics/layout/a-chronik-2.gif";
  bild[5] = new Image(); bild[5].src="pics/layout/a-chronik-3.gif";
  bild[6] = new Image(); bild[6].src="pics/layout/a-rat-2.gif";
  bild[7] = new Image(); bild[7].src="pics/layout/a-rat-3.gif";
  bild[8] = new Image(); bild[8].src="pics/layout/a-kirchen-2.gif";
  bild[9] = new Image(); bild[9].src="pics/layout/a-kirchen-3.gif";
  bild[10] = new Image(); bild[10].src="pics/layout/a-mita-2.gif";
  bild[11] = new Image(); bild[11].src="pics/layout/a-mita-3.gif";
  bild[12] = new Image(); bild[12].src="pics/layout/a-links-2.gif";
  bild[13] = new Image(); bild[13].src="pics/layout/a-links-3.gif";
  bild[14] = new Image(); bild[14].src="pics/layout/a-start-2.gif";
  bild[15] = new Image(); bild[15].src="pics/layout/a-start-3.gif";
  bild[16] = new Image(); bild[16].src="pics/layout/b-canzow-2.gif";
  bild[17] = new Image(); bild[17].src="pics/layout/b-canzow-3.gif";
  bild[18] = new Image(); bild[18].src="pics/layout/b-goehren-2.gif";
  bild[19] = new Image(); bild[19].src="pics/layout/b-goehren-3.gif";
  bild[20] = new Image(); bild[20].src="pics/layout/b-kreckow-2.gif";
  bild[21] = new Image(); bild[21].src="pics/layout/b-kreckow-3.gif";
  bild[22] = new Image(); bild[22].src="pics/layout/b-mildenitz-2.gif";
  bild[23] = new Image(); bild[23].src="pics/layout/b-mildenitz-3.gif";
  bild[24] = new Image(); bild[24].src="pics/layout/b-pasenow-2.gif";
  bild[25] = new Image(); bild[25].src="pics/layout/b-pasenow-3.gif";
  bild[26] = new Image(); bild[26].src="pics/layout/b-woldegk-2.gif";
  bild[27] = new Image(); bild[27].src="pics/layout/b-woldegk-3.gif";
  bild[28] = new Image(); bild[28].src="pics/layout/a-c-2011-2.gif";
  bild[29] = new Image(); bild[29].src="pics/layout/a-c-2011-3.gif";
  bild[30] = new Image(); bild[30].src="pics/layout/a-c-2010-2.gif";
  bild[31] = new Image(); bild[31].src="pics/layout/a-c-2010-3.gif";
  bild[32] = new Image(); bild[32].src="pics/layout/a-c-ttb-2.gif";
  bild[33] = new Image(); bild[33].src="pics/layout/a-c-ttb-3.gif";
  bild[34] = new Image(); bild[34].src="pics/layout/a-t-jahr-2.gif";
  bild[35] = new Image(); bild[35].src="pics/layout/a-t-jahr-3.gif";



function swap (z,x)
{
window.document.images[z].src = bild[x].src;
}

function newsletter()
 {
   var newsletter;
   newsletter =  window.open('http://ev-kirche-woldegk.de/tinc?key=uOyoDskH','newsletter','width=700,height=400, scrollbars=no,dependent=no,toolbar=no,menubar=no,resizable=yes,location=no,directories=no,hotkeys=no,top=100px,left=150px');
   newsletter.focus();
 }

function diary()
 {
   var diary;
   diary =  window.open('ttb/tagebuch-frame.htm','diary','width=590,height=700, scrollbars=yes,dependent=no,toolbar=no,menubar=no,resizable=yes,location=no,status=no,directories=no,hotkeys=no,top=30px,left=100px');
   diary.focus();
 }
