	var _fieldName = ""
	
	function _save(value) {
		document.all(_fieldName).value = value
	}
	
	function _edit(fieldName) {
		_fieldName = fieldName;
		window._text_value = document.all(_fieldName).value;
		p="editor.php";
		window.open(p, "Editor", "width=650,height=510px,location=no,resizable=no,directories=no,menubar=no,scrollbars=no,status=yes,titlebar=no,toolbar=no");
		
	}
	
  
