Button_markiert = new Array (2);
Button_standard = new Array (2);
Button_halten = new Array (2);
Button_markiert[0] = new Image ()
Button_markiert[0].src = "fl/rahmen/step5_out.gif"
Button_standard[0] = new Image ()
Button_standard[0].src = "fl/rahmen/step5_in.gif"
Button_halten[0] = new Image ()
Button_halten[0].src = "fl/rahmen/bordered_intro1.png"
Button_markiert[4] = new Image ()
Button_markiert[4].src = "fl/picto/1_up.gif"
Button_standard[4] = new Image ()
Button_standard[4].src = "fl/picto/1_down.gif"
Button_markiert[5] = new Image ()
Button_markiert[5].src = "fl/picto/2_up.gif"
Button_standard[5] = new Image ()
Button_standard[5].src = "fl/picto/2_down.gif"

Button_markiert[19] = new Image ()
Button_markiert[19].src = "fl/picto/16_up.gif"
Button_standard[19] = new Image ()
Button_standard[19].src = "fl/picto/16_down.gif"


function Zustandswechsel (Position,status)
{
if (status=="markiert")
document.images[Position].src =
Button_markiert[Position].src;
else
document.images[Position].src =
Button_standard[Position].src;
}
