﻿// -----------------------------------------------------------------------------------
//
//  INTEGRALLE
//
//  Versão 1.0.0
//
// -----------------------------------------------------------------------------------

    function ConfirmaExclusao(){
        return confirm('Deseja excluir este registro?');
    }
    
    function Abre(theURL,winName,features) { //v2.0
        window.open(theURL,winName,features);
    }
    function mOvr(src,clrOver) {
                        src.style.cursor = 'hand';
                        src.bgColor = clrOver;
    }
    function mOut(src,clrIn) {
                        src.style.cursor = 'default';
                        src.bgColor = clrIn;

    }
    function mClk(src) {
                if(event.srcElement.tagName=='TD'){
                        src.children.tags('A')[0].click();
                }
    }
	function tamanho(){
	if (top.screen) {
		obj=document.DvwNoticiaOutrasFotos_Foto;
		aw=obj.width;
		ah=obj.height;
		top.resizeTo(aw + 10, ah + 30);
	    }
    }
