function ExibirScreenShot(url)
{
    janela = window.open('screenshot.asp?img=./images/funcionalidades/' + url,'screenshot','status=1,toolbar=0,location=0,menubar=1,height=600,width=900,top=0,left=0,scrollbars=1,resizable=1');
    return;
}
