	function openLocLookWindow() {
			    var url = "/budgetWeb/locationsearch/locationlook.ex?action=locationsearch";	
			    var thewin = window.open(url, '', 'height=400,width=480,directories=no,toolbar=no,resizable=yes,menubar=no,scrollbars=no');
				thewin.focus();
			}