function SubmitForm() 
{ 
	if (ValidateData(document.AddToCartForm)) 
	{
		document.AddToCartForm.submit();
	}
 }
