var iWidth_page = -1

function $(sId) {
	return document.getElementById(sId)
}

function setSize() {
	iWidth_page = $('page').offsetWidth
}

function mail_focus(oInput) {
	oInput.select()
}

function mail_blur(oInput) {
	if (oInput.value == '') {
		oInput.value = 'Geben Sie hier ihre E-Mail-Adresse ein'
	}
}

function mail_send(oButton) {
	
}
