﻿function Imprimir(IdArticulo)
{
   window.open("Articulo_Print.aspx?IdObjeto=" + IdArticulo);
}
