function inlive(url) {
	window.open(url, '','scrollbars=no,menubar=no,personalbar=no,resizable=yes,width=785,height=540,left=0,top=0');
}

function formValidation(form){
	if(notEmpty(form.string)){
	return true;
}
	return false;
}

function notEmpty(elem){
	var str = elem.value;
	if(str.length == 0){
		alert("Por favor, preencha todos o campo para pesquisa!");
		return false;
	} else {
		return true;
	}
}

function abre() {
	tes = window.open('','f1jogo','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=300,height=400'); tes.focus(); setTimeout("apaga()",1000); return true;
}

function apaga() {
	document.f1jogos.reset();
}
