function openWindow(pagina,id,w,h){window.open(pagina,id,'top=0,left=0,scrollbars=yes,status=no,resizable=1,width='+w+',height='+h);}
