// tickIt
function tickIt(field) {
	var string = field + 'Msg';
	document.quote.fuelType.style.background="#FFFFFF";
	document.getElementById(string).innerHTML = '<img src=\"/images/tick.gif\" alt=\"OK!\" title=\"OK!\" style=\"margin-top:5px;\" />';
}
