﻿// JScript File

function viewEntity() {
    var modal = openModal(770, true);
    var e = $("select-entidade").cloneNode(true);
    e.style.display = "block";
    modal.appendChild(e, true);
    
    $("gallery-image").style.display = "none";   

    //if(!window.attachEvent) {   
        //$("modal-body").style.height = (num($("select-entidade").clientHeight) + 30) + "px";
    //}

}