// JavaScript Document

Tauschbild01a = new Image();
Tauschbild01a.src = "img/ref/kistler/ref_kp1klsw.jpg";     /* normale-Grafik */
Tauschbild01b = new Image();
Tauschbild01b.src = "img/ref/kistler/ref_kp1kl.jpg";     /* Over-Grafik */

Tauschbild02a = new Image();
Tauschbild02a.src = "img/ref/dokupedia/refklf.jpg";     /* normale-Grafik */
Tauschbild02b = new Image();
Tauschbild02b.src = "img/ref/dokupedia/refklb.jpg"; 

function SK_Wechseln(Bildname,Tauschbildname)
{
document.images[Bildname].src = eval(Tauschbildname + ".src");
}
