function onSubmitLiteAdd() {

	with (document.LiteConfigue){
		
		
		
		if (ProductID.value == '9999'){
			alert ('Please select a 360Precision Atome model before adding to basket');
		return false;
		}
		
		document.LiteConfigue.submit();
		
	}

}