﻿// JScript File

function popupall(Url,Name,ScrollBars,Resizable)
{
  window.open(Url,Name,'toolbar==,location=0,directories=0,menubar=0,scrollbars=1,resizable='+Resizable+',top=0,left=0,width='+screen.availWidth+',height='+screen.availHeight+'');
};
function openEmail(cd)
{
     window.open('enviarEmail.aspx?cd='+cd,'janela', 'width=531, height=390,scrollbars=no,resizable=no');
};
function openComentario(cd)
{
     window.open('comentarios.aspx?cd='+cd,'janela', 'width=531, height=390,scrollbars=no,resizable=no');
};
function janela(URL,w,h)
{
  window.open(URL,'PopUp','toolbar==,location=0,directories=0,menubar=0,scrollbars=1,resizable=0,top=0,left=0,width='+w+',height='+h);
};
function popletreiro()
{
  window.open('pop_letreiro.aspx','PopUp','toolbar==,location=0,directories=0,menubar=0,scrollbars=1,resizable=0,top=0,left=0,width='+1000+',height='+600);
};
function openDenunciaNot(cd)
{
     window.open('denunciaNot.aspx?cd='+cd,'janela', 'width=531, height=420,scrollbars=no,resizable=no');
};
function openEmailCol(cd)
{
     window.open('enviarEmailCol.aspx?cd='+cd,'janela', 'width=531, height=390,scrollbars=no,resizable=no');
};
function openComentarioCol(cd)
{
     window.open('comentariosCol.aspx?cd='+cd,'janela', 'width=531, height=390,scrollbars=no,resizable=no');
};
function openDenunciaCol(cd)
{
     window.open('denunciaCol.aspx?cd='+cd,'janela', 'width=531, height=420,scrollbars=no,resizable=no');
};

