
b='';
d=document;
pics='';

function rf(){
return false;
}
function init(){
d.oncontext=rf;
d.oncontextmenu=rf;
d.onselectstart=rf;
d.ondragstart=rf;
}
function showPic(src,dest){
var dst=document.getElementById(dest);
if(!dst) return;
dst.src=src.src.replace("small","big");
}
function showPics(dest, ct){
var dst=document.getElementById(dest);
if(!dst) return;
if(!pics){
  pics = new Array(
    "DidiRick_300.jpg",
    "SabineRick.jpg",
    "SandyRickDidi.jpg",
    "RickAllenDidi.jpg",
    "Fans.jpg",
    "Rick1.jpg",
    "Rick2.jpg",
    "Rick5.jpg",
    "Rick7.jpg",
    "Rick8.jpg",
    "Rick9.jpg",
    "Rick10.jpg",
    "Zollhaus1.jpg",
    "Zollhaus2.jpg",
    "Zollhaus3.jpg",
    "Zollhaus4.jpg",
    "Zollhaus5.jpg",
    "Zollhaus6.jpg",
    "Zollhaus7.jpg",
    "Zollhaus8.jpg",
    "Zollhaus9.jpg",
    "Zollhaus10.jpg",
    "didi_300.jpg",
    "Didi+Rick1.jpg",
    "Didi+Rick2.jpg"
  );
}
if(!ct||ct>=pics.length) ct=0;
dst.src="../img/big/"+pics[ct++];
window.setTimeout('showPics("'+dest+'",'+ct+')', 3000);
}
/*
while(!document.body){
b=document.body;
b.onload=init;
}
*/

init();
