

function popup(aprifinestra) {
newWindow = window.open(aprifinestra,'nomefinestra','left=50,top=50,scrollbars=1')
newWindow.focus()
}