function prodCountrySubmit() {
	
	if($("#prodCountrySelect").val() != "------------------") {
	
		$("#prodCountry").submit();
		
	}
	
	return false;

}