function WriteOCX(objID) {
	document.write(document.getElementById(objID).value);
}
