/* AUTHOR: [web-enhancements] Austria */
/* Creation date: 26.10.2003 */

  var ie4 = (document.all) ? true : false;
  var ns4 = (document.layers) ? true : false;
  var W3C = document.getElementById ? true : false;
  if ((!W3C) && (!ns4) && (!ie4)) alert("Diese Seite is mit Ihrem Browser nicht kompatibel!");
  
  
imgmenu1normal = new Image(); imgmenu1normal.src = "images/produkte.gif";
imgmenu2normal = new Image(); imgmenu2normal.src = "images/informationen.gif";
imgmenu3normal = new Image(); imgmenu3normal.src = "images/bezugsquellen.gif";
imgmenu4normal = new Image(); imgmenu4normal.src = "images/kontakt.gif";

imgmenu1high = new Image(); imgmenu1high.src = "images/produkte-mo.gif";
imgmenu2high = new Image(); imgmenu2high.src = "images/informationen-mo.gif";
imgmenu3high = new Image(); imgmenu3high.src = "images/bezugsquellen-mo.gif";
imgmenu4high = new Image(); imgmenu4high.src = "images/kontakt-mo.gif";


imgpagemenu1normal = new Image(); imgpagemenu1normal.src = "images/impressum.gif"; 
imgpagemenu2normal = new Image(); imgpagemenu2normal.src = "images/agb.gif"; 
imgpagemenu3normal = new Image(); imgpagemenu3normal.src = "images/links.gif"; 
imgpagemenu4normal = new Image(); imgpagemenu4normal.src = "images/seitenanfang.gif"; 

imgpagemenu1high = new Image(); imgpagemenu1high.src = "images/impressum-mo.gif";
imgpagemenu2high = new Image(); imgpagemenu2high.src = "images/agb-mo.gif";
imgpagemenu3high = new Image(); imgpagemenu3high.src = "images/links-mo.gif";
imgpagemenu4high = new Image(); imgpagemenu4high.src = "images/seitenanfang-mo.gif";


imgprod1normal = new Image(); imgprod1normal.src = "images/ea-mandala.gif";
imgprod2normal = new Image(); imgprod2normal.src = "images/fs-mandala.gif";
imgprod3normal = new Image(); imgprod3normal.src = "images/pendel.gif";
imgprod4normal = new Image(); imgprod4normal.src = "images/bettunterlage.gif";	  
imgprod5normal = new Image(); imgprod5normal.src = "images/polster.gif";	  
imgprod6normal = new Image(); imgprod6normal.src = "images/therapieband.gif";	  
imgprod7normal = new Image(); imgprod7normal.src = "images/schmuckanh.gif";	  
imgprod8normal = new Image(); imgprod8normal.src = "images/energetisierer.gif";	  
imgprod9normal = new Image(); imgprod9normal.src = "images/energiestab.gif";	  

imgprod1high = new Image(); imgprod1high.src = "images/ea-mandala-mo.gif";
imgprod2high = new Image(); imgprod2high.src = "images/fs-mandala-mo.gif";
imgprod3high = new Image(); imgprod3high.src = "images/pendel-mo.gif";
imgprod4high = new Image(); imgprod4high.src = "images/bettunterlage-mo.gif"; 
imgprod5high = new Image(); imgprod5high.src = "images/polster-mo.gif";
imgprod6high = new Image(); imgprod6high.src = "images/therapieband-mo.gif";
imgprod7high = new Image(); imgprod7high.src = "images/schmuckanh-mo.gif";
imgprod8high = new Image(); imgprod8high.src = "images/energetisierer-mo.gif";
imgprod9high = new Image(); imgprod9high.src = "images/energiestab-mo.gif";  


imginfo1normal = new Image(); imginfo1normal.src = "images/lebensenergie.gif";  
imginfo2normal = new Image(); imginfo2normal.src = "images/entwicklung-mandala.gif";
imginfo3normal = new Image(); imginfo3normal.src = "images/bioresonanzth.gif";
imginfo4normal = new Image(); imginfo4normal.src = "images/vitavale.gif";
imginfo5normal = new Image(); imginfo5normal.src = "images/news.gif";
imginfo6normal = new Image(); imginfo6normal.src = "images/newsletter.gif";
imginfo7normal = new Image(); imginfo7normal.src = "images/bildgalerie.gif";
imginfo8normal = new Image(); imginfo8normal.src = "images/downloads.gif";
imginfo9normal = new Image(); imginfo9normal.src = "images/boviseinheit.gif";

imginfo10normal = new Image(); imginfo10normal.src = "images/folder-bestellen.gif";
imginfo11normal = new Image(); imginfo11normal.src = "images/meinung.gif";
imginfo12normal = new Image(); imginfo12normal.src = "images/empfehlung.gif";


imginfo1high = new Image(); imginfo1high.src = "images/lebensenergie-mo.gif";
imginfo2high = new Image(); imginfo2high.src = "images/entwicklung-mandala-mo.gif";
imginfo3high = new Image(); imginfo3high.src = "images/bioresonanzth-mo.gif";
imginfo4high = new Image(); imginfo4high.src = "images/vitavale-mo.gif";
imginfo5high = new Image(); imginfo5high.src = "images/news-mo.gif";
imginfo6high = new Image(); imginfo6high.src = "images/newsletter-mo.gif";
imginfo7high = new Image(); imginfo7high.src = "images/bildgalerie-mo.gif";
imginfo8high = new Image(); imginfo8high.src = "images/downloads-mo.gif";
imginfo9high = new Image(); imginfo9high.src = "images/boviseinheit-mo.gif";
imginfo10high = new Image(); imginfo10high.src = "images/folder-bestellen-mo.gif";
imginfo11high = new Image(); imginfo11high.src = "images/meinung-mo.gif";
imginfo12high = new Image(); imginfo12high.src = "images/empfehlung-mo.gif";


function switchstate(which,state) {
  document.images[which].src = eval("img"+which+state+".src");
}
