function swapover(obj)
{
	document.getElementById(obj).src = "img/"+obj+"-over.jpg";
}

function swapout(obj)
{
	document.getElementById(obj).src = "img/"+obj+".jpg";
}

function linkgo(where)
{
	
	//if (where == "about") {alert("about");}
	//if (where == "work") {alert("work");}
	//if (where == "contact") {alert("contact");}
	
	window.location = where+".html";
}

function submitContact()
{
 document.contact-form.submit();
}
