function OpenRTE (url, dialogSettings)
{
	//window.showModalDialog(url,null,dialogSettings);
	window.open(url,null,"resizable=yes,titlebar=no, status=yes,toolbar=no,menubar=no,location=no");
}
