						function searchInPortal(){
							f = document.getElementById('formSearch');
							f.method = "post";
							f.action = "/portal";
						}
						function searchInCatalog(){
							f = document.getElementById('formSearch');
							f.method = "post";
							f.action = "/szukaj";
						}
