<!--
function AbrirAdmin(strPath){
	cyber = window.open(strPath + "f_cadastro_usuario.asp?IDUsuario=0","Administrador","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=480,height=490,screenX=100,screenY=40,top=40,left=100");
	if (window.focus)
		cyber.focus();
}

function AbrirFale(strPath){
	cyber = window.open(strPath + "f_fale.asp","FaleConosco","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=350,height=307,screenX=100,screenY=40,top=40,left=100");
	if (window.focus)
		cyber.focus();
}

function AbrirSenha(){
	cyber = window.open("f_senha.asp","Senha","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=370,height=205,screenX=100,screenY=40,top=40,left=100");
	if (window.focus)
		cyber.focus();
}

function AbrirDetalhes(strPath){
	cyber = window.open(strPath,"janela","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=480,height=455,screenX=100,screenY=40,top=40,left=100");
	if (window.focus)
		cyber.focus();
}

function AbrirDemo(){
	cyber = window.open("demo.htm","Demonstracao","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=590,height=470,screenX=100,screenY=40,top=40,left=100");
	if (window.focus)
		cyber.focus();
}

function AbrirContFaq(strPath){
	cyber = window.open(strPath + "faq.htm","FAQ","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=560,height=380,screenX=100,screenY=40,top=40,left=100");
	if (window.focus)
		cyber.focus();
}

function AbrirDados(strPath, strID){
	cyber = window.open(strPath + "f_cadastro_usuario.asp?IDUsuario="+strID,"AlteraDadosCadastrais","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=480,height=490,screenX=100,screenY=40,top=40,left=100");
	if (window.focus)
		cyber.focus();
}

function AbrirCodigo(strPath, ID){
	cyber = window.open(strPath + "codigo.asp?IDContador=" + ID,"Codigo","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=510,height=450,screenX=100,screenY=40,top=40,left=100");
	if (window.focus)
		cyber.focus();
}

function AbrirConfig(strPath, intCod){
	cyber = window.open(strPath + "f_cadastro_contador.asp?ID=" + intCod,"Configurar","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=530,height=475, screenX=100,screenY=40,top=40,left=100");
	if (window.focus)
		cyber.focus();
}

function AbrirCounter(strPath){
	cyber = window.open(strPath + "f_cadastro_contador.asp","Contador","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=530,height=450,screenX=100,screenY=40,top=40,left=100");
	if (window.focus)
		cyber.focus();
}

function AbrirBordas(strPath){
	cyber = window.open(strPath,"Bordas","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=520,height=310,screenX=100,screenY=40,top=40,left=100");
	if (window.focus)
		cyber.focus();
}

function ExcluirProp(strPath){
	cyber = window.open(strPath ,"ExcluirProprietario","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=530,height=450,screenX=100,screenY=40,top=40,left=100");
	if (window.focus)
		cyber.focus();
}

function fechar() {
	window.close();
}

function conf(){
	return confirm("Você tem certeza que deseja excluir este contador?");
}

//-->