function submitCountry() {
	
	document.country.submit();

}

function submitParts() {

	document.parts.submit();

}
