// JavaScript Document
function popup(url,nome,setting)
{
window.open(url,nome,setting)
}