<!--

// Bildhover
Normal2 = new Image();
Normal2.src = "pic.gif";     
Highlight2 = new Image();
Highlight2.src = "home.jpg";

Normal3 = new Image();
Normal3.src = "pic.gif";     
Highlight3 = new Image();
Highlight3.src = "saddles.jpg";

Normal4 = new Image();
Normal4.src = "pic.gif";     
Highlight4 = new Image();
Highlight4.src = "chaps.jpg";

Normal5 = new Image();
Normal5.src = "pic.gif";     
Highlight5 = new Image();
Highlight5.src = "tack.jpg";

Normal6 = new Image();
Normal6.src = "pic.gif";     
Highlight6 = new Image();
Highlight6.src = "silver.jpg";

Normal7 = new Image();
Normal7.src = "pic.gif";     
Highlight7 = new Image();
Highlight7.src = "events.jpg";

Normal8 = new Image();
Normal8.src = "pic.gif";     
Highlight8 = new Image();
Highlight8.src = "shop.jpg";

Normal9 = new Image();
Normal9.src = "pic.gif";     
Highlight9 = new Image();
Highlight9.src = "contact.jpg";

Normal10 = new Image();
Normal10.src = "pic.gif";     
Highlight10 = new Image();
Highlight10.src = "impressum.jpg";

Normal12 = new Image();
Normal12.src = "pic.gif";     
Highlight12 = new Image();
Highlight12.src = "kopfstuecke.jpg";

Normal13 = new Image();
Normal13.src = "pic.gif";     
Highlight13 = new Image();
Highlight13.src = "sporenriemen.jpg";

Normal14 = new Image();
Normal14.src = "pic.gif";     
Highlight14 = new Image();
Highlight14.src = "zuegel.jpg";

Normal18 = new Image();
Normal18.src = "versenden.jpg";     
Highlight18 = new Image();
Highlight18.src = "versenden_h.jpg";

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

function erster(mode,nav_tack){
    if(mode=='s'){
      document.getElementById("nav_tack").style.visibility='visible';
    }else{
      document.getElementById("nav_tack").style.visibility='hidden';
    }}

function nav_off(){
      document.getElementById("nav_tack").style.visibility='hidden';
      }

// Bilderwechsel Kopfstücke
function tausche_ks(bildnr) {
                          window.document["position"].src = "99.gif"
                          window.document["load1"].src = "kopfstuecke/load_1.jpg";
                          window.document["load2"].src = "load_2.gif";
                          window.document["position"].src = "kopfstuecke/"+bildnr+".jpg";
                          window.document["position"].style.cursor = "pointer";
                          window.document["position"].title = "Zum Schliessen anklicken";}

function loesche_ks() {

                          window.document["load1"].src = "99.gif";
                          window.document["load2"].src = "99.gif";
                          window.document["position"].src = "99.gif";
                          window.document["position"].style.cursor = "auto";
                          window.document["position"].title = "";}

// Bilderwechsel Saddles
function tausche_saddles(bildnr) {
                          window.document["position"].src = "99.gif"
                          window.document["load1"].src = "saddles/load_1.jpg";
                          window.document["load2"].src = "load_2.gif";
                          window.document["position"].src = "saddles/"+bildnr+".jpg";
                          window.document["position"].style.cursor = "pointer";
                          window.document["position"].title = "Zum Schliessen anklicken";}

function loesche_saddles() {

                          window.document["load1"].src = "99.gif";
                          window.document["load2"].src = "99.gif";
                          window.document["position"].src = "99.gif";
                          window.document["position"].style.cursor = "auto";
                          window.document["position"].title = "";}

// Bilderwechsel Sporen
function tausche_sporen(bildnr) {
                          window.document["position"].src = "99.gif"
                          window.document["load2"].src = "load_2.gif";
                          window.document["position"].src = "sporen/"+bildnr+".jpg";
                          window.document["position"].style.cursor = "pointer";
                          window.document["position"].title = "Zum Schliessen anklicken";}

function loesche_sporen() {

                          window.document["load2"].src = "99.gif";
                          window.document["position"].src = "99.gif";
                          window.document["position"].style.cursor = "auto";
                          window.document["position"].title = "";}

// Bilderwechsel Silver
function tausche_silver(bildnr) {
                          window.document["position"].src = "99.gif"
                          window.document["load1"].src = "silver/load_1.jpg";
                          window.document["load2"].src = "load_2.gif";
                          window.document["position"].src = "silver/"+bildnr+".jpg";
                          window.document["position"].style.cursor = "pointer";
                          window.document["position"].title = "Zum Schliessen anklicken";}

function loesche_silver() {

                          window.document["load1"].src = "99.gif";
                          window.document["load2"].src = "99.gif";
                          window.document["position"].src = "99.gif";
                          window.document["position"].style.cursor = "auto";
                          window.document["position"].title = "";}

//-->