function deletarel(endereco) {
	if (confirm('Deseja Excluir o relatorio?')){
		window.open(endereco,'_self');
	}
}

function openchat(url, name) {
   popupWin = window.open(url, name, 'directories=0,location=0,menubar=0,resizable=0,status=1,toolbar=0,personalbar=0,height='+(screen.availHeight-48)+',width='+(screen.availWidth-10)+',top=0,left=0')
}

function Abrirpop(perfil){
	if(perfil == '0' || perfil == ''){
		return;
	}
	
	window.open('../includes/pop_perfil.asp?perfil=' + perfil,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150');
}

function Execute() {
	
   	w = window.open('about:blank','janelapop','width=775,height=620,resizable=1,status=0,menubar=0,scrollbars=YES,left=0,top=0');
  	w.focus();
 
 // netpartner					Frm.action = 'http://200.196.54.31/chat/novochat/default.asp';
 //Servidor producao			Frm.action = 'http://www.doji.locaweb.com.br/chat/default.asp';
 // Servidor Desenvolvimento	Frm.action = 'http://192.168.168.1/newchat/novochat/default.asp';
 
document.Frm.action = 'http://www.dojistar.com.br/chat/default.asp';
 
// document.Frm.action = 'http://dojistar.sv.com.br/chat/default.asp';
 document.Frm.target = 'janelapop';
 document.Frm.method = 'POST';
 document.Frm.submit();
}

function abrir(URL,Nome) {

   var width = 595;
   var height = 659;

   var left = 99;
   var top = 99;

   window.open(URL,Nome, 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=1, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');

	}