function init () {

if (firstLoad) { document.getElementById('CAT_Search').value="Leita...";}

	document.getElementById('CAT_Search').onfocus=function() {
		if (firstLoad) {
		document.getElementById('CAT_Search').value='';
		firstLoad = false;
		}
	}
if (!subpage) { if (firstLoad) { document.getElementById('email').value="E-mail";}

	document.getElementById('email').onfocus=function() {
		if (firstLoad2) {
		document.getElementById('email').value='';
		firstLoad2 = false;
		}
	}
}
}

var firstLoad = true;
var firstLoad2 = true;

window.onload=init;
