function cv_ctrl(){	
	if (document.getElementById("cv_file").value == ""){
		window.alert("CV'nizi Seçiniz.")
		document.getElementById("cv_file").focus();
		return false;
	}
return true;	
}
