function show_map()
{
	newWindow = window.open('/images/harta_large.jpg', 'ZOOM', 'scrollbars=auto,width=799,height=450,left=0,top=0,resizable=0,toolbar=0,location=0,directories=0,status=0,menubar=0,copyhistory=0');
	if (document.images) newWindow.focus();
}
