function editHTML(sAppUrl, sTable, sField, sWhere)
	{
	window.showModalDialog(sAppUrl+'/Admin/rte/editHTML.asp?Table='+sTable+'&Field='+sField+'&Where='+sWhere,'DUNNO','status:no;dialogWidth:800px;dialogHeight:600px;help:no');
	location.reload();
	}

