// JavaScript Document
function socialnetworkbtnright() {
		document.getElementById("right_social_network").style.right = "0";
}

function restoresocialnetworkbtnright() {
		document.getElementById("right_social_network").style.right = "-127px";
}

function imageHover(id, path) {
	document.getElementById(id).src=path;
}
