// JavaScript Document
//function fechar(){
//window.opener = window
//window.close("#")}
<!--
function FecharJanela()
{
ww = window.open(window.location, "_self");
ww.close();
}
-->