// JavaScript Links
function propart() {
	var divpropart = document.getElementById("proposerpart");
	divpropart.style.display = "block";
}
