//alt's@ie (?: if(document.all&&!window.opera) {  } )
function iealt(i,a){for(i=0;(a=document.images[i]);i++)if(a.alt&&!a.title)a.title="";}
//oczyszczanie temp'a
function clean_temp()
{
document.getElementById('temp').innerHTML='<!-- clean_temp -->';
document.getElementById('temp').style.display = "none";
}
//obrazek
function bigimg(url)
{
temphtml = "<img src='"+url+"' title='Kliknij na obrazku, aby go zamknąć' alt='.' onclick='clean_temp()'>";
document.getElementById('temp').innerHTML = temphtml;
document.getElementById('temp').style.display = "block";
scroll(0,0);
}