function popimage(plik)
 {

   sw = screen.width;
   sh = screen.height;

   szer = sw - 150;
   wys  = sh - 150;
   srodek_szer = sw/2;
   srodek_wys  = sh/2;
   
   lewy = srodek_szer - szer/2;
   gora = srodek_wys  - wys/2;
   
   config='resizable=yes,scrollbars=yes,menubar=no,width=' + szer +',height='+wys+',top='+ gora + ',left=' + lewy;
   pop = window.open ("","pop",config)

   pop.document.write('<html><head><STYLE TYPE="text/css"> A { text-decoration: none; color: #111111; font-size: 8pt; font-family: Verdana;}');
   pop.document.write('TD {text-size: 8pt; font-family: Verdana; FONT {text-size: 10 pt;}');
   pop.document.write('A:HOVER { text-decoration: none; color: #444444; font-size: 8pt; font-family: Verdana;}</STYLE>');
   pop.document.write('</head><body LEFTMARGIN=0 TOPMARGIN=0 RIGHTMARGIN=0 bgcolor=#ffffff>');
   pop.document.write('<TABLE WIDTH=100%><TD WIDTH=100% height=20 bgcolor=darkorange><FONT COLOR=white> <b> &nbsp; BEACH SOCCER POLSKA </b></FONT> </TD></TABLE><br><CENTER><IMG SRC="');
   pop.document.write(plik);
   pop.document.write('"><br><br><a href=javascript:window.close()><b> zamknij okno</b> </a> </CENTER> </body></html>');
 }
 
function topek()
{

document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\"1000\" height=\"263\" id=\"top\" align=\"middle\">");
document.write("<param name=\"allowScriptAccess\" value=\"sameDomain\" />");
document.write("<param name=\"movie\" value=\"gfx/top.swf\" />");
document.write("<param name=\"quality\" value=\"high\" />");
document.write("<param name=\"bgcolor\" value=\"#ffffff\" />");
document.write("<embed src=\"gfx/top.swf\" quality=\"high\" bgcolor=\"#ffffff\" width=\"1000\" height=\"263\" name=\"top\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />");
document.write("</object>");

}

function muzyczka()
{
document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\"300\" height=\"25\" id=\"music\" align=\"middle\">");
document.write("<param name=\"allowScriptAccess\" value=\"sameDomain\" />");
document.write("<param name=\"movie\" value=\"music.swf\" />");
document.write("<param name=\"quality\" value=\"high\" />");
document.write("<param name=\"bgcolor\" value=\"#000000\" />");
document.write("<embed src=\"music.swf\" quality=\"high\" bgcolor=\"#000000\" width=\"300\" height=\"25\" name=\"music\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />");
document.write("</object>");
}
