$(function() {
	if(jQuery.fn.TextAreaResizer) {
		$("textarea.resizable:not(.processed)").TextAreaResizer();
	}
});
function setAction(action) { document.contactform.action.value=action; document.contactform.submit(); }
function AcceptAlert(text) { return confirm(text); }