// JavaScript Document

function contactmeSubmit() 
{
	document.getElementById("myform").submit()
}



