	function showPopup() {
	    document.getElementById('wrappopup').style.display = 'block';	   
		}

	function hidePopup() {
	    document.getElementById('wrappopup').style.display = 'none';
	}
	function showPopupAlreadtVoted() {
	    document.getElementById('wrappopup1').style.display = 'block';
	}
	function hidePopupAlreadyVoted() {
	    document.getElementById('wrappopup1').style.display = 'none';
	}
	function showPopupMessageSent() {
	    document.getElementById('contact-wrappopup').style.display = 'block';
	}
	function hidePopupMessageSent() {
	    document.getElementById('contact-wrappopup').style.display = 'none';
	}
