function popunico(str) { 


nomevar = window.open(str,'paginafissa','scrollbars=no,resizable=no,width=768,height=576,top=30,left=150,status=no,location=no,toolbar=no'); 
nomevar.focus(); 

} 

