$(document).ready(function() {

	$('#comm-eng-fname').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#comm-eng-lname').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#comm-eng-add1').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#comm-eng-add2').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#comm-eng-city').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#comm-eng-county').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#comm-eng-pstcd').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#comm-eng-phone').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#comm-eng-mobile').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#comm-eng-email').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#hh-fname').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#hh-lname').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#hh-add1').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#hh-add2').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#hh-city').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#hh-county').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#hh-pstcd').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#hh-phone').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#hh-mobile').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#hh-email').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#evv').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#vpp').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#spc').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#sph').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#efficiency').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#co2').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#co').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#gastemp').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#smokeno').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#noz-size').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#noz-angle').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#noz-pattern').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#oil-ppres').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#air-damp').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#adj-head').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#conv-flued').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#oil-pvac').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	$('#secother').focus(function() {
		$(this).removeClass("i-error");
		$(this).select();
	});
	
});	