function dodajwpis()
{
	var url='./dodajwpisdoksiegi.php';
	var posx = screen.width/2-320;
	var posy = screen.height/2-150;
	window.open(url,'dodajwpis','scrollbars=no,toolbar=no,left='+posx+',top='+posy+',width=640,height=300');
}
function pokazkomentarzedowpisu(id)
{
	var url='./pokazkomentarzedowpisu.php?id='+id;
	var posx = screen.width/2-400;
	var posy = screen.height/2-300;
	window.open(url,'pokazkomentarzedowpisu','scrollbars=yes,toolbar=no,left='+posx+',top='+posy+',width=800,height=600');
}
function gb_dodajkomentarzdowpisu(id)
{
	var url='./dodajkomentarzdowpisu.php?id='+id;
	var posx = screen.width/2-400;
	var posy = screen.height/2-150;
	window.open(url,'dodajkomentarzdowpisu','scrollbars=no,toolbar=no,left='+posx+',top='+posy+',width=800,height=300');
}
function szukaj()
{
	query = document.getElementById('searchq').value;
	document.location = './index.php?page=search&query='+query;
}
function mapka()
{
	window.open('http://mapa.targeo.pl/Smoldzino_Poligon_3,23,386525,757769?l=e638c30e29b34540');
}
