function aviso() {
		var w=380;
		var h=435;
		var ruta='http://www.dynamobel.com/nota_legal.html';
        var ancho,alto,w2,h2;
		w2=w/2
		h2=h/2
		ancho=screen.width/2-w2;
		alto=screen.height/2-h2;
		
		 window.open(""+ruta+"","","width="+w+",height="+h+",left="+ancho+",top="+alto+",scrollbars=yes");
		  }
		  
function lopd() {
		var w=380;
		var h=435;
		var ruta='http://www.dynamobel.com/lopd.html';
        var ancho,alto,w2,h2;
		w2=w/2
		h2=h/2
		ancho=screen.width/2-w2;
		alto=screen.height/2-h2;
		
		 window.open(""+ruta+"","","width="+w+",height="+h+",left="+ancho+",top="+alto+",scrollbars=yes");
		  }