
$(document).ready(function(){    
	if($('#content').height()>=$('#menuk').height()+57)
	{
		$("#podkursem").height($('#content').height()-$('#menuk').height()+57);
	}
	else
	{

	}
});

function okno(nazwa,szer,wys)
{	 
	if(eval(szer)==0)
		szer = 100;
	if(eval(wys)==0)
		szer = 200;
	window.open(nazwa,'','toolbar=no,scrollbars=yes,resizable=yes,status=no,location=no,directories=no,width='+eval(szer)+',height='+eval(wys)+',menubar=no,top=200,left=200')
}

function fullscreen(plik,nazwa)
{	 
	window.open(plik,nazwa,'fullscreen=yes')
}



