function doContact(formname,dest) {
	formname.action = dest;
	formname.submit();
}
