// onClick ile Link Fonksiyonu------------------

function txtGit(txtLink){
	
		window.location.href = txtLink;
	
	}
// onClick ile Link Fonksiyonu------------------



