function insertcode(string){
	window.document.form.text.value = document.form.text.value + string;
	window.document.form.text.focus();
}

