//0.3

function ChangePathBar(SecondName){	
	document.getElementById('pathSecond').innerHTML = "> " + SecondName;
}

