function submitForm(id)
{
	document.aboutyourself.submit();
}
function contactForm(id)
{
	document.contactform.submit();
}
