function selectDom(dom) {
	document.carto_form.dom_id.value = dom;
	FormItemSelected();
}

