
function editAbout()
{
	try
	{
		var win = window.open("EditNews.php?key=about", "_blank", "width=750,height=500,scrollbars=no,resizable=yes,status=yes");
		win.focus();
	}
	catch (ex)
	{
		alert(ex);
	}
}


