// JavaScript Document

function opensocials(call,id) {
					call.style.display = "none";
					document.getElementById(id).style.display = "block";
					return false;
				}