// JavaScript Document
function atendimento(){
window.open('atendimento.html','novajanela','width=400, height=400');
return false;
}

function fechar(){
	window.close();
}
