// JavaScript Document

/* Galerie Ohr 1 */
if (document.images) {
imgor31off = new Image();
imgor31off.src = "../img/g_ohr_thumb/r3_o1a.gif";
imgor32off = new Image();
imgor32off.src = "../img/g_ohr_thumb/r3_o2a.gif";
imgor33off = new Image();
imgor33off.src = "../img/g_ohr_thumb/r3_o3a.gif";
imgor34off = new Image();
imgor34off.src = "../img/g_ohr_thumb/r3_o4a.gif";
imgor35off = new Image();
imgor35off.src = "../img/g_ohr_thumb/r3_o5a.gif";
imgor41off = new Image();
imgor41off.src = "../img/g_ohr_thumb/r4_o1a.gif";
imgor42off = new Image();
imgor42off.src = "../img/g_ohr_thumb/r4_o2a.gif";
imgor43off = new Image();
imgor43off.src = "../img/g_ohr_thumb/r4_o3a.gif";
imgor44off = new Image();
imgor44off.src = "../img/g_ohr_thumb/r4_o4a.gif";
imgor45off = new Image();
imgor45off.src = "../img/g_ohr_thumb/r4_o5a.gif";
imgor51off = new Image();
imgor51off.src = "../img/g_ohr_thumb/r5_o1a.gif";
imgor52off = new Image();
imgor52off.src = "../img/g_ohr_thumb/r5_o2a.gif";
imgor53off = new Image();
imgor53off.src = "../img/g_ohr_thumb/r5_o3a.gif";
imgor54off = new Image();
imgor54off.src = "../img/g_ohr_thumb/r5_o4a.gif";
imgor55off = new Image();
imgor55off.src = "../img/g_ohr_thumb/r5_o5a.gif";

imgor31on = new Image();
imgor31on.src = "../img/g_ohr_thumb/r3_o1p.gif";
imgor32on = new Image();
imgor32on.src = "../img/g_ohr_thumb/r3_o2p.gif";
imgor33on = new Image();
imgor33on.src = "../img/g_ohr_thumb/r3_o3p.gif";
imgor34on = new Image();
imgor34on.src = "../img/g_ohr_thumb/r3_o4p.gif";
imgor35on = new Image();
imgor35on.src = "../img/g_ohr_thumb/r3_o5p.gif";
imgor41on = new Image();
imgor41on.src = "../img/g_ohr_thumb/r4_o1p.gif";
imgor42on = new Image();
imgor42on.src = "../img/g_ohr_thumb/r4_o2p.gif";
imgor43on = new Image();
imgor43on.src = "../img/g_ohr_thumb/r4_o3p.gif";
imgor44on = new Image();
imgor44on.src = "../img/g_ohr_thumb/r4_o4p.gif";
imgor45on = new Image();
imgor45on.src = "../img/g_ohr_thumb/r4_o5p.gif";
imgor51on = new Image();
imgor51on.src = "../img/g_ohr_thumb/r5_o1p.gif";
imgor52on = new Image();
imgor52on.src = "../img/g_ohr_thumb/r5_o2p.gif";
imgor53on = new Image();
imgor53on.src = "../img/g_ohr_thumb/r5_o3p.gif";
imgor54on = new Image();
imgor54on.src = "../img/g_ohr_thumb/r5_o4p.gif";
imgor55on = new Image();
imgor55on.src = "../img/g_ohr_thumb/r5_o5p.gif";


imgor31ov = new Image();
imgor31ov.src = "../img/g_ohr_thumb/r3_o1a.gif";
imgor32ov = new Image();
imgor32ov.src = "../img/g_ohr_thumb/r3_o2a.gif";
imgor33ov = new Image();
imgor33ov.src = "../img/g_ohr_thumb/r3_o3a.gif";
imgor34ov = new Image();
imgor34ov.src = "../img/g_ohr_thumb/r3_o4a.gif";
imgor35ov = new Image();
imgor35ov.src = "../img/g_ohr_thumb/r3_o5a.gif";
imgor41ov = new Image();
imgor41ov.src = "../img/g_ohr_thumb/r4_o1a.gif";
imgor42ov = new Image();
imgor42ov.src = "../img/g_ohr_thumb/r4_o2a.gif";
imgor43ov = new Image();
imgor43ov.src = "../img/g_ohr_thumb/r4_o3a.gif";
imgor44ov = new Image();
imgor44ov.src = "../img/g_ohr_thumb/r4_o4a.gif";
imgor45ov = new Image();
imgor45ov.src = "../img/g_ohr_thumb/r4_o5a.gif";
imgor51ov = new Image();
imgor51ov.src = "../img/g_ohr_thumb/r5_o1a.gif";
imgor52ov = new Image();
imgor52ov.src = "../img/g_ohr_thumb/r5_o2a.gif";
imgor53ov = new Image();
imgor53ov.src = "../img/g_ohr_thumb/r5_o3a.gif";
imgor54ov = new Image();
imgor54ov.src = "../img/g_ohr_thumb/r5_o4a.gif";
imgor55ov = new Image();
imgor55ov.src = "../img/g_ohr_thumb/r5_o5a.gif";
}

/* rollover */
function imgon(imgName) {
	document[imgName].src=eval(imgName+"off.src");
}
function imgoff(imgName) {
	document[imgName].src=eval(imgName+"on.src");
}
function imgov(imgName) {
	document[imgName].src=eval(imgName+"ov.src");
}
  
 /* Bildwechsel Galerie */

function switchImage(imgName, imgSrc) 

{

  if (document.images)

  {

    if (imgSrc != "none")

    {

      document.images[imgName].src = imgSrc;

    }

  }

}

