function formatChk(frm) {
	//Comments
	if (frm.description.value != "") {
		frm.description.value += "\n";
	}
} 
