function pokaz() {
var t=setTimeout("odkryj()",5000);
}
function odkryj() {
      var lewa=document.getElementById('lewa');
	  var prawa=document.getElementById('prawa');
      
	  lewa.style.display='block';
	  prawa.style.display='block';
	  
}



  
function clean()
{
interval=setInterval("makeclean(bokl)",200);
interval=setInterval("makeclean(bokp)",200);
}

function foggy()
{
clearInterval(interval);
bokl.filters.alpha.opacity=10;
bokp.filters.alpha.opacity=10;
}

function makeclean()
{
if (bokl.filters.alpha.opacity<100)
	{
	bokl.filters.alpha.opacity+=3;
	bokp.filters.alpha.opacity+=3;
	}
else if (window.interval)
	{
	clearInterval(interval);
	}
}

function body0() {
document.write('<body ');
document.write('oncontextmenu="return false"'); //menu kontekstowe
document.write('onselectstart="return false"'); //zaznaczenie myszką
document.write('oncopy="return false"'); //kopiowanie do schowka
document.write('onselect="return false"');
document.write('ondragstart="return false"');

//document.write('onblur="window.clipboardData.clearData();"');//printScrinn
document.write('onbeforeprint="document.getElementById(\'flashcontent\').style.display=\'none\';document.getElementById(\'logo0\').style.display=\'block\';"');
document.write('onafterprint="document.getElementById(\'flashcontent\').style.display=\'block\';document.getElementById(\'logo0\').style.display=\'none\';"');
document.write('>');
}
function body() {
document.write('<body ');
document.write('oncontextmenu="return false"'); //menu kontekstowe
document.write('onselectstart="return false"'); //zaznaczenie myszką
document.write('oncopy="return false"'); //kopiowanie do schowka
document.write('onselect="return false"');
document.write('ondragstart="return false"');

//document.write('onblur="window.clipboardData.clearData();"');//printScrinn
document.write('onbeforeprint="document.getElementById(\'flashcontent\').style.display=\'none\';document.getElementById(\'logo\').style.display=\'block\';"');
document.write('onafterprint="document.getElementById(\'flashcontent\').style.display=\'block\';document.getElementById(\'logo\').style.display=\'none\';"');
//document.write('onLoad="galeria(\'kartka.jpg\',500,380);"');
document.write('>');
}


