function popup(site, titulo, x, y)
{
window.open(site, 'piop','width='+x+',height='+y+',scrolling=no');
}

