function InsertText(Code)
{
	window.document.form.content.value = window.document.form.content.value + Code;
}
