
function onsubmit_cart_RedlineTshirts(input_1)
{
  var error_1='Please select your shirt size';
if (!isSelectChecked(input_1))
{
	alert(error_1);
	mysetfocus(input_1); 
	return false;
}

	return true;
}

