function getPathSelectFile(idinput){
	if(document.getElementById('select-file-input'+idinput).value){
		document.getElementById('select-file-text'+idinput).value = document.getElementById('select-file-input'+idinput).value;
		return false;
	}
}


function getPathSelectFileMusic(){
	if(document.getElementById('userfile').value){
		document.getElementById('select-file-text').value = document.getElementById('userfile').value;
		return false;
	}
}

function getPathSelectFileVideo(){
	if(document.getElementById('userfile').value){
		document.getElementById('select-file-text').value = document.getElementById('userfile').value;
		return false;
	}
}