function checkText(el, text) {
	if(el.value == '') {
		el.value = text;
	}
}