function changeForm(selectObject)
{
	window.location = "/contact/?type="+selectObject.options[selectObject.selectedIndex].value;
}

