// JavaScript Document

/* Galerie Trauringe */
if (document.images) {
imgtr31off = new Image();
imgtr31off.src = "../img/g_trau_thumb/r3_t1a.gif";
imgtr32off = new Image();
imgtr32off.src = "../img/g_ring_thumb/r3_r1a.gif";
imgtr33off = new Image();
imgtr33off.src = "../img/g_trau_thumb/r3_t3a.gif";
imgtr34off = new Image();
imgtr34off.src = "../img/g_trau_thumb/r3_t4a.gif";
imgtr35off = new Image();
imgtr35off.src = "../img/g_trau_thumb/r3_t5a.gif";
imgtr41off = new Image();
imgtr41off.src = "../img/g_trau_thumb/r4_t1a.gif";
imgtr42off = new Image();
imgtr42off.src = "../img/g_trau_thumb/r4_t2a.gif";
imgtr43off = new Image();
imgtr43off.src = "../img/g_trau_thumb/r4_t3a.gif";
imgtr44off = new Image();
imgtr44off.src = "../img/g_trau_thumb/r4_t4a.gif";
imgtr45off = new Image();
imgtr45off.src = "../img/g_trau_thumb/r4_t5a.gif";
imgtr51off = new Image();
imgtr51off.src = "../img/g_trau_thumb/r5_t1a.gif";
imgtr52off = new Image();
imgtr52off.src = "../img/g_trau_thumb/r5_t2a.gif";
imgtr53off = new Image();
imgtr53off.src = "../img/g_trau_thumb/r5_t3a.gif";
imgtr54off = new Image();
imgtr54off.src = "../img/g_trau_thumb/r5_t4a.gif";
imgtr55off = new Image();
imgtr55off.src = "../img/g_trau_thumb/r5_t5a.gif";

imgtr31on = new Image();
imgtr31on.src = "../img/g_trau_thumb/r3_t1p.gif";
imgtr32on = new Image();
imgtr32on.src = "../img/g_ring_thumb/r3_r1p.gif";
imgtr33on = new Image();
imgtr33on.src = "../img/g_trau_thumb/r3_t3p.gif";
imgtr34on = new Image();
imgtr34on.src = "../img/g_trau_thumb/r3_t4p.gif";
imgtr35on = new Image();
imgtr35on.src = "../img/g_trau_thumb/r3_t5p.gif";
imgtr41on = new Image();
imgtr41on.src = "../img/g_trau_thumb/r4_t1p.gif";
imgtr42on = new Image();
imgtr42on.src = "../img/g_trau_thumb/r4_t2p.gif";
imgtr43on = new Image();
imgtr43on.src = "../img/g_trau_thumb/r4_t3p.gif";
imgtr44on = new Image();
imgtr44on.src = "../img/g_trau_thumb/r4_t4p.gif";
imgtr45on = new Image();
imgtr45on.src = "../img/g_trau_thumb/r4_t5p.gif";
imgtr51on = new Image();
imgtr51on.src = "../img/g_trau_thumb/r5_t1p.gif";
imgtr52on = new Image();
imgtr52on.src = "../img/g_trau_thumb/r5_t2p.gif";
imgtr53on = new Image();
imgtr53on.src = "../img/g_trau_thumb/r5_t3p.gif";
imgtr54on = new Image();
imgtr54on.src = "../img/g_trau_thumb/r5_t4p.gif";
imgtr55on = new Image();
imgtr55on.src = "../img/g_trau_thumb/r5_t5p.gif";

imgtr31ov = new Image();
imgtr31ov.src = "../img/g_trau_thumb/r3_t1a.gif";
imgtr32ov = new Image();
imgtr32ov.src = "../img/g_ring_thumb/r3_r1a.gif";
imgtr33ov = new Image();
imgtr33ov.src = "../img/g_trau_thumb/r3_t3a.gif";
imgtr34ov = new Image();
imgtr34ov.src = "../img/g_trau_thumb/r3_t4a.gif";
imgtr35ov = new Image();
imgtr35ov.src = "../img/g_trau_thumb/r3_t5a.gif";
imgtr41ov = new Image();
imgtr41ov.src = "../img/g_trau_thumb/r4_t1a.gif";
imgtr42ov = new Image();
imgtr42ov.src = "../img/g_trau_thumb/r4_t2a.gif";
imgtr43ov = new Image();
imgtr43ov.src = "../img/g_trau_thumb/r4_t3a.gif";
imgtr44ov = new Image();
imgtr44ov.src = "../img/g_trau_thumb/r4_t4a.gif";
imgtr45ov = new Image();
imgtr45ov.src = "../img/g_trau_thumb/r4_t5a.gif";
imgtr51ov = new Image();
imgtr51ov.src = "../img/g_trau_thumb/r5_t1a.gif";
imgtr52ov = new Image();
imgtr52ov.src = "../img/g_trau_thumb/r5_t2a.gif";
imgtr53ov = new Image();
imgtr53ov.src = "../img/g_trau_thumb/r5_t3a.gif";
imgtr54ov = new Image();
imgtr54ov.src = "../img/g_trau_thumb/r5_t4a.gif";
imgtr55ov = new Image();
imgtr55ov.src = "../img/g_trau_thumb/r5_t5a.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;

    }

  }

}

