function abrePopMidia(imagem, w, h, inst, scroll, tipo) {
    widthPop = (scroll == "yes") ? 17 : 0;
    
    window.open(tipo+'?imagem='+ imagem +'', inst, 'width='+ (w+widthPop) +',height='+ (h+62) +',scrollbars='+ scroll +',status=no,top=20px,left=20px').focus();
}