// JavaScript Document
function activateObject(objectID) {
	document.write(document.getElementById(objectID).value);
}
