win = null;
//función que te abre la ventana
function ow0(dir, otros) {
window.open (dir,'page','scrollbars=no,toolbar=no,location=no,status=no,directories=no,menubar=no,noresize,left=100,top=50,width=520,height=355');
}
function closewindow() {
win.close();
}
