// JavaScript Document

function showTopText() {
	if (mac) {
		if (mi) {
			document.all.topText.style.top = 150
			if (document.body.clientWidth < 902) {
				document.all.topText.style.left = -1
			} else {
				document.all.topText.style.left = (document.body.clientWidth / 2) - 494
			}
				document.all.topText.style.visibility = "visible"
		} else {
			document.getElementById("topText").style.top = 150
			if (window.innerWidth < 902) {
				document.getElementById("topText").style.left = -1
			} else {
				document.getElementById("topText").style.left = (window.innerWidth / 2) - 494
			}	
				document.getElementById("topText").style.visibility = "visible"
		}
	} else {
		if (mi) {
			document.all.topText.style.top = 150
			if (document.body.clientWidth < 902) {
				document.all.topText.style.left = - 1
			} else {
				document.all.topText.style.left = (document.body.clientWidth / 2) - 494
			}
				document.all.topText.style.visibility = "visible"
		} else {
			document.getElementById("topText").style.top = 150
			if (window.innerWidth < 902) {
				document.getElementById("topText").style.left = - 1
			} else {
				document.getElementById("topText").style.left = (window.innerWidth / 2) - 494
			}	
				document.getElementById("topText").style.visibility = "visible"
		}
	}
}