﻿function popup(arquivo){
    window.open(arquivo,"popup","width=200,height=200")
}
