function showDivBue() {
	if (mac) {
		if (mi) {
			document.all.divBue.style.top = 421
			if (document.body.clientWidth < 902) {
				document.all.divBue.style.left = 324
			} else {
				document.all.divBue.style.left = (document.body.clientWidth / 2) - 492
			}
				document.all.divBue.style.visibility = "visible"
		} else {
			document.getElementById("divBue").style.top = 421
			if (window.innerWidth < 902) {
				document.getElementById("divBue").style.left = 324
			} else {
				document.getElementById("divBue").style.left = (window.innerWidth / 2) - 492
			}	
				document.getElementById("divBue").style.visibility = "visible"
		}
	} else {
		if (mi) {
			document.all.divBue.style.top = 421
			if (document.body.clientWidth < 902) {
				document.all.divBue.style.left = 4
			} else {
				document.all.divBue.style.left = (document.body.clientWidth / 2) - 492
			}
				document.all.divBue.style.visibility = "visible"
		} else if (sa) {			
			document.getElementById("divBue").style.top = 421			
			if (window.innerWidth < 902) {
				document.getElementById("divBue").style.left = 4
			} else {
				document.getElementById("divBue").style.left = (window.innerWidth / 2) - 500
			}
				document.getElementById("divBue").style.visibility = "visible"
		} else {			
			document.getElementById("divBue").style.top = 421
			if (window.innerWidth < 902) {
				document.getElementById("divBue").style.left = 4
			} else {
				document.getElementById("divBue").style.left = (window.innerWidth / 2) - 501
			}	
				document.getElementById("divBue").style.visibility = "visible"
		}
	}
}

function showDivSoeg() {
	if (mac) {
		if (mi) {
			document.all.divSoeg.style.top = 468
			if (document.body.clientWidth < 902) {
				document.all.divSoeg.style.left = 37
			} else {
				document.all.divSoeg.style.left = (document.body.clientWidth / 2) - 460
			}
				document.all.divSoeg.style.visibility = "visible"
		} else {
			document.getElementById("divSoeg").style.top = 468
			if (window.innerWidth < 902) {
				document.getElementById("divSoeg").style.left = 37
			} else {
				document.getElementById("divSoeg").style.left = (window.innerWidth / 2) - 460
			}	
				document.getElementById("divSoeg").style.visibility = "visible"
		}
	} else {
		if (mi) {
			document.all.divSoeg.style.top = 468
			if (document.body.clientWidth < 902) {
				document.all.divSoeg.style.left = 37
			} else {
				document.all.divSoeg.style.left = (document.body.clientWidth / 2) - 460
			}
				document.all.divSoeg.style.visibility = "visible"
		} else if (sa) {
			document.getElementById("divSoeg").style.top = 468
			if (window.innerWidth < 902) {
				document.getElementById("divSoeg").style.left = 37
			} else {
				document.getElementById("divSoeg").style.left = (window.innerWidth / 2) - 467
			}	
				document.getElementById("divSoeg").style.visibility = "visible"

		} else {
			document.getElementById("divSoeg").style.top = 468
			if (window.innerWidth < 902) {
				document.getElementById("divSoeg").style.left = 37
			} else {
				document.getElementById("divSoeg").style.left = (window.innerWidth / 2) - 469
			}	
				document.getElementById("divSoeg").style.visibility = "visible"
		}
	}
}

function showDivPrivat() {
	if (mac) {
		if (mi) {
			document.all.divPrivat.style.top = 422
			if (document.body.clientWidth < 902) {
				document.all.divPrivat.style.left = 875
			} else {
				document.all.divPrivat.style.left = (document.body.clientWidth / 2) + 380
			}
				document.all.divPrivat.style.visibility = "visible"
		} else {
			document.getElementById("divPrivat").style.top = 422
			if (window.innerWidth < 902) {
				document.getElementById("divPrivat").style.left = 875
			} else {
				document.getElementById("divPrivat").style.left = (window.innerWidth / 2) + 380
			}	
				document.getElementById("divPrivat").style.visibility = "visible"
		}
	} else {
		if (mi) {
			document.all.divPrivat.style.top = 422
			if (document.body.clientWidth < 902) {
				document.all.divPrivat.style.left = 875
			} else {
				document.all.divPrivat.style.left = (document.body.clientWidth / 2) + 380
			}
				document.all.divPrivat.style.visibility = "visible"
		} else {
			document.getElementById("divPrivat").style.top = 422
			if (window.innerWidth < 902) {
				document.getElementById("divPrivat").style.left = 875
			} else {
				document.getElementById("divPrivat").style.left = (window.innerWidth / 2) + 370
			}	
				document.getElementById("divPrivat").style.visibility = "visible"
		}
	}
}