
/*	Flaggen	*/
Normaluk = new Image();
Normaluk.src = "http://basecamptanzania.com/images/flaggen/UK.gif";
Highlightuk = new Image();
Highlightuk.src = "http://basecamptanzania.com/images/flaggen/UK_f2.gif";

Normaldeutsch = new Image();
Normaldeutsch.src = "http://basecamptanzania.com/images/flaggen/GER.gif";
Highlightdeutsch = new Image();
Highlightdeutsch.src = "http://basecamptanzania.com/images/flaggen/GER_f2.gif";

Normalespanol = new Image();
Normalespanol.src = "http://basecamptanzania.com/images/flaggen/SPAIN.gif";
Highlightespanol = new Image();
Highlightespanol.src = "http://basecamptanzania.com/images/flaggen/SPAIN_f2.gif";

/* Pfeil Unten */
NormalPfU = new Image();    NormalPfU.src    = "http://basecamptanzania.com/images/pfeile/pfeilunten_m_br.gif";
HighlightPfU = new Image(); HighlightPfU.src = "http://basecamptanzania.com/images/pfeile/pfeilunten_m_br_f2.gif";

/* Pfeil Oben */
NormalPfO = new Image();    NormalPfO.src    = "http://basecamptanzania.com/images/pfeile/pfeiloben_m_br.gif";
HighlightPfO = new Image(); HighlightPfO.src = "http://basecamptanzania.com/images/pfeile/pfeiloben_m_f2.gif";

/* Pfeil Rechts */
NormalPfR = new Image();    NormalPfR.src    = "http://basecamptanzania.com/images/pfeile/pfeilrechts_m_br.gif";
HighlightPfR = new Image(); HighlightPfR.src = "http://basecamptanzania.com/images/pfeile/pfeilrechts_m_f2.gif";

/* dreifach Pfeil Rechts */
NormalPfRdrei = new Image();    NormalPfRdrei.src    = "http://basecamptanzania.com/images/pfeile/pfeilrechts_m_dbl_br.gif";
HighlightPfRdrei = new Image(); HighlightPfRdrei.src = "http://basecamptanzania.com/images/pfeile/pfeilrechts_m_dbl_f2.gif";

/* Pfeil Links */
NormalPfL = new Image();    NormalPfL.src    = "";
HighlightPfL = new Image(); HighlightPfL.src = "";


/* Pfeil FußLinks */
NormalFPfL = new Image();    NormalFPfL.src    = "http://basecamptanzania.com/images/pfeile/pfeillinks_m_gelb.gif";
HighlightFPfL = new Image(); HighlightFPfL.src = "http://basecamptanzania.com/images/pfeile/pfeillinks_m_f2.gif";

/* Pfeil FußRechts */
NormalFPfR = new Image();    NormalFPfR.src    = "http://basecamptanzania.com/images/pfeile/pfeilrechts_m_gelb.gif";
HighlightFPfR = new Image(); HighlightFPfR.src = "http://basecamptanzania.com/images/pfeile/pfeilrechts_m_f2.gif";

/* Pfeil FußTOP */
NormalFPfT = new Image();    NormalFPfT.src    = "http://basecamptanzania.com/images/pfeile/pfeiloben_m_gelb.gif";
HighlightFPfT = new Image(); HighlightFPfT.src = "http://basecamptanzania.com/images/pfeile/pfeiloben_m_f2.gif";

/* Pfeil email */
Normalmail = new Image();    Normalmail.src    = "http://basecamptanzania.com/images/mail.gif";
Highlightmail = new Image(); Highlightmail.src = "http://basecamptanzania.com/images/mail_f2.gif";


function Bildwechsel (Bildnr, Bildobjekt) {
  window.document.images[Bildnr].src = Bildobjekt.src;
} 

