

function AbrirVentanaDocumento(Pagina,Ancho,Alto,X,Y) {

  document.location.href
  document.location.href="javascript:window.open('"+Pagina+"','','width="+Ancho+",height="+Alto+",left="+X+",top="+Y+",scrollbars=yes, toolbar=yes');void(0);";

}

function AbrirVentanaDocumento2(Pagina,Ancho,Alto,X,Y) {

  document.location.href
  document.location.href="javascript:window.open('"+Pagina+"','','width="+Ancho+",height="+Alto+",left="+X+",top="+Y+",scrollbars=yes');void(0);";

}

function llamadaMenu(direccion){
	parent.der.location.href = direccion;
}	