function clickclear(thisfield, defaulttext) {
	if (thisfield.value == defaulttext) {
	thisfield.value = "";
	}
}

function clickrecall(thisfield, defaulttext) {
	if (thisfield.value == "") {
	thisfield.value = defaulttext;
	}
}

function popupPlayer() {
	playerHandler = window.open('http://www.mantovanipromocoes.com.br/player','player','height=320,width=500');
	return false;
}

