var pop="", nr=0;
function bildauf(x,y,bild)
{
pop=window.open("", nr, "width="+(x+0)+",height="+(y+0)+"")
pop.document.write("<html>");
pop.document.write("<head>");
pop.document.write("<title>");
pop.document.write("Pix");
pop.document.write("</title>");
pop.document.write("<link href='http://www.bmx-race.de/scripts/bmx.css' rel='stylesheet' type='text/css'>");
pop.document.write("</head>");
pop.document.write("<body bgcolor='#FFFFFF' topmargin=0 leftmargin=0 rightmargin=0 marginwidth=0 marginheight=0>");
pop.document.write("<center><a href='javascript:window.close()' name='Bild schließen'><img src="+bild+" width="+x+" height="+y+" border='0' alt='Bild schließen' title='Bild schließen'></a></center>");
pop.document.write("</body>");
pop.document.write("</html>");
nr++;
}