function SetPW() {
	document.PropLogin.pass.value = document.PropLogin.user.value;
	document.PropLogin.submit();
}

function ShowLoginbox() {
	document.getElementById('property_protected').style.display='block'
}
