function init()
{
	var Editor = document.getElementById('Editor');
	if(Editor) Editor.focus();
};

function GetComment()
{
	document.location = "comment.php";
};