function apri(url,nome,su,dx,lung,larg,scroll) {
pop=window.open(url,nome,'top='+su+',left='+dx+',width='+lung+',height='+larg+',scrollbars='+scroll);
}


