function openpopup(popurl,largura,tamanho){
winpops=window.open(popurl,'','width='+largura+',height='+tamanho)
}
