function buttonout(x,z,s){
if(document.Seite.sID.value >= 0 && z.indexOf('2') != -1){
return;
}
if(s == "no"){
return;
}
else{
if(s == "yes" && document.images){
document.Seite.sID.value = ""
eval("document."+x+".src= '../pension/"+z+"';")
oo = s
setTimeout("stout(oo)",100)
return;
}
}
}
function buttonon(xx,y,zz){
x= xx
z= zz
s = "no"
img = new Image()
img.src = ("../pension/"+zz)
if(document.images)
eval("document."+xx+".src= '../pension/"+zz+"';")

buttonout(x,z,s)
xxx = xx.substring(1,xx.length)
if ("document.B+xxx.complete = img.src;"){
w=y
ID5 = setTimeout("buttonon2(w)",0)
return;
};}
function buttonon2(w){
if(document.Seite.sID.value == w){
return;
}
document.Seite.sID.value = w
clearTimeout(ID5)
f = "f3"
ston(w,f)
return;
}