function setProduct(inProduct){
	document.getElementById("txtSelectedProduct").value = inProduct;
	document.forms.frmDisplayProducts.submit();
}