//
//  JavaScript for carshow-register-classic-car.php
//
function OnLoad(strControlInError)
	{
	//
	//  Sets focus to the control passed
	//
	if (strControlInError.length > 0 )
		{
		document.register[strControlInError].focus();
        document.register[strControlInError].style.background = "#ffbbbb";
		}
	}


