function status_strona()
{
  window.status = 'OSiR CUP - Bytomski Turniej Piłki Nożnej Drużyn Amatorskich';
}



function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} }

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; }

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x; }

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} }






function high(which2)
{
  theobject=which2
  highlighting=setInterval("highlightit(theobject)",5)
}


function low(which2, ile)
{
  try
  {
    if (highlighting)
    {
      clearInterval(highlighting)
      which2.filters.alpha.opacity=ile
    }
  }
  catch (error) {}
}


function high2(which2)
{
  which2.filters.alpha.opacity=100
}


function highlightit(cur2)
{
  try
  {
    if (cur2.filters.alpha.opacity)
    {
      if (cur2.filters.alpha.opacity<100)
        cur2.filters.alpha.opacity+=10
      else
        if (window.highlighting)
          clearInterval(highlighting)
    }
  }
  catch (error) {}
}






noweOkienko = null;
function foto(plik, szer, wys, tyta, tytf){
if(window.screen){
 aw=screen.availWidth;
 ah=screen.availHeight;}
 else{aw=800; ah=600;}

if(noweOkienko==null || noweOkienko.closed){ }
else {noweOkienko.close(); }

 ustawienia=
 "left=" + (aw-szer)/2 + ","
 +"top=" + (ah-wys)/2 + ","
 +"screenX=" + (aw-szer)/2 + ","
 +"screenY=" + (ah-wys)/2 + ","
 +"width="+szer+",height="+wys+","
 +"innerWidth="+szer+",innerHeight="+wys+","
 +"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no"
 noweOkienko = window.open("",'cup_zdjecie',ustawienia);//}


if (tytf==''||tytf==' ') {var tytfe = '';}
else {var tytfe = ': ' + tytf;}

if (tyta==' ') {tyta = '';}

var poznapis = wys - 44;

tyt_licz = tyta + tytf;
if (tyt_licz.length>((szer-30)/7)) {poznapis -= 17;}

tytuly = tyta+tytfe;
if (tytuly.length > 0)
  tytuly = '- '+tytuly;
  
noweOkienko.document.open();
noweOkienko.document.clear();
noweOkienko.document.write(
"<html><head>\n"
+"<title>OSiR CUP "+tytuly+"</title>\n"
+"</head>\n"
+"<body style=\"background-repeat:no-repeat; background-position:center center; background-image:url('grafika/napis.jpg')\" bgcolor=#FFFFFF topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>\n"
+"<a href=\"\" onclick=\"window.close()\"><img src="+plik+" width="+szer+" height="+wys+" border=0></a>\n");

if (tytuly.length > 0)
noweOkienko.document.write(
"<div style=\"background-color: white; position: absolute; left: 20px; top: "+poznapis+"; padding-left: 10px; padding-right: 10px; padding-top: 3px; padding-bottom: 4px; filter: alpha(opacity=60); border: solid black 1px\"><font face=Verdana size=2><i><span style=\"font-size: 11px\">"+tyta+"</i></span>"+tytfe+"</font></div>\n");

noweOkienko.document.write("</body></html>");
noweOkienko.document.close();
noweOkienko.focus();


}




function pokaz_menu (id)
{
  try
  {
    // odległość od lewej krawędzi tabeli
    if (id == "menu1")
      off_left = 80;
    else
      off_left = 263;
    
    // ustawienie menu w poziomie    
    document.getElementById(id).style.left = document.getElementById("tab").offsetLeft + off_left;

    // ustawienie menu w pionie
    if (document.getElementById("tdm").offsetTop > 0)
      document.getElementById(id).style.top = document.getElementById("tdm").offsetTop;
	
    // wyświetlenie menu
    display (id, "block");
  }
  catch (error) {}	
}



function ukryj_menu (id)
{
  try
  {
    // ukrycie menu
    display (id, "none");
  }
  catch (error) {}		
}
