// BV Printers Utility Functions

function clearDefault(el) {
  if (el.defaultValue==el.value) el.value = ""
}

function setBodyID(id) {
	bodyObject.id=id;
}