function formSubmit(id) {
	
	if (id == "store_locator") {
		
		var dist =  _proxy_jslib_handle( _proxy_jslib_handle(document.store_locator.distance.options, (document.store_locator.distance.selectedIndex), 0, 0), 'value', '', 0, 0);
		_hbSet('c1', dist);		
		_hbSend();
		
	}
	
	document.forms[(id)].submit();
}
 ;
_proxy_jslib_flush_write_buffers() ;