function setTotal( total) {
	document.getElementById( 'grandTotal').innerHTML = total;
}
