// JavaScript Document
function enterWebmail() {
	var web = document.getElementById ('form-webmail');
	web.submit();
}
