function BBcode(string, form, element) {
	document.forms[form].elements[element].value += string;
}
