/*  neues Fenster aufbauen */
var bre,hoe,bild,bildm,leiste="Buddelwurst",rest="Buddelwurst";
var bildm = new Image();
     function  picshow(bild,br,ho) {
     bildm.src = bild;
     bre = br+10;
     hoe = ho+10;
     var newwin;
     newwin = window.open("","","width=400,height=650,resizeable=0, top=20, left=150");
     newwin.document.open("text/html");
     newwin.document.writeln('<html><head><title>'+leiste+rest+'</title></head>');
     newwin.document.writeln('<body bgcolor="#FFFFFF" topmargin="0" leftmargin="0">');
     newwin.document.writeln('<div align="center"><table border="0"><tr><td valign="top">');
     newwin.document.writeln('<a href="#" onclick="window.close()"><img src='+bild+' border="0" alt=""></a>');
     newwin.document.writeln('</td></tr></table></div></body></html>');
     newwin.setTimeout('window.close()',15000);
}


function picload(pic)
{
var glink = "http://www.buddelwurst.de/"+pic;
window.document.graf.src=glink;
}