
	function chk_product_guides (x)
	{

		if (x.ht_qty.value == "")
		{
			alert("Please specify the user guides that you require");
			x.focus();
			return false;
		}

		return true;
	}