// JavaScript Document

function populateCVfield(value){
	window.document.getElementById('cv_file_txt').value = value;
}

function killSwitch(){
	window.document.getElementById('submit').style.display='none';
	return;
}