function abrePopUp(){
	window.open('teste2.html');
}
function enviaDados(){
	valor = document.getElementById('valor').value;
	window.opener.document.form1.input1.value = valor;
}
