	function download() {
		document.getElementById("downloadFrame").src = "download.cfm?documentid=" + arguments[0];
		}