var d;
d = document;

function reset_search(n) {
	f = d.forms['searchForm'];
	if (f) {
		if ((n != 0) && (typeof(f.elements['search']) != 'undefined')) f.elements['search'].value = '';
		if (n != 1) f.elements['arhitekt'].value = 0;
		if (n != 2) f.elements['tip'].value = 0;
		if (n != 3) f.elements['kraj'].value = 0;
		if (n != 4) f.elements['obdobje'].value = 0;
		if (n != 0) f.submit();
	}
}


function open_location(objectID, rootPath) {
	window.open(rootPath + 'scripts/map.php?id=' + objectID, 'map', 'toolbar=no,directiories=no,location=no,status=no,menubar=no,resizable=yes,scrollbars=no,width=480,height=600');
}

function open_large(objectID, id, mode, rootPath) {
	window.open(rootPath + 'scripts/open_large.php?objectID=' + objectID + '&id=' + id + '&mode=' + mode, 'large', 'toolbar=no,directiories=no,location=no,status=no,menubar=no,resizable=yes,scrollbars=no,width=50,height=50');
}

function submit_result() {
	f = document.forms['resultForm'];
	if (f) f.submit();
}
