function jsLanzar()
{
estado='toolbar=no,location=no,directories=no,menubar=no,';
estado+='scrollbars=yes,status=yes,width=650,height=500';
if (navigator.appName.indexOf("Microsoft")>=0) {
estado+=',left=200,top=100'
}
else
{
estado+=',screenX=100,screenY=100'
}
ventana=window.open("http://gestiona.madrid.org/ptco_distintivo_arbitraje/run/j/ObtenerFicha.icm?junta=008&codigo=018360&identificacion=B85243871","",estado);
}

