function clearField (thisfield, placeholder) {
	if (thisfield.value == placeholder) { thisfield.value = ''}
}

function initFontsize() {
}
