function email(action) {
	document.forms[0].veiksmas.value=action;
	document.forms[0].submit();
	
	
}
	

