function getFileName(file) {
	document.upload.filename_fl.value = file;
}

function changeText() {
	if(document.upload.title.value != "" && document.upload.description.value != "" && document.upload.tags.value != "") {
		document.uploader.SetVariable("filledOut", true);
	}
}
