<!--
	function submitFormCateg(id, plaza_id) {		
		document.forms.shops_by_categ.action = '/kategoria/' + id.value + '&type=shoplist&plaza_filter_id=' + plaza_id;
	}

	function submitFormTermekCateg(id, plaza_id) {		
		document.forms.prods_by_categ.action = 'category2007.php?urlname=' + id.value + '&type=list&cid=111&cmd=plaza_filter_id_change&plaza_filter_id=' + plaza_id;
	}
	
	function mySubmitForm(url, suffix) {		
		document.forms.plaza_comment_select.action = url + document.getElementById(suffix).value;
	}	
	
	function mySubmitFormMultiStore(url, suffix) {		
		document.forms.multi_store_comment_select.action = url + document.getElementById(suffix).value;
	}		
//-->

