function Zentralblatt(id)
{
popup = window.open('http://www.zentralblatt-math.org/zmath/en/advanced/?format=complete&q=an:'+id)
}
function ZB(id)
{
document.write('<br>\nZentralblatt: <a target="_blank" href="http://www.zentralblatt-math.org/zmath/en/advanced/?format=complete&q=an:'+id+'">'+id+'</a><br>')
}
function MathSciNet(mr)
{
popup = window.open('http://www.ams.org/mathscinet-getitem?mr='+mr)
}
function MR(mr)
{
document.write('<br>\nMathScinet: <a target="_blank" href="http://www.ams.org/mathscinet-getitem?mr='+mr+'">'+mr+'</a><br>')
}
function DOI0(id)
{   
popup = window.open('http://dx.doi.org/'+id)
}
function DOI(id)
{
document.write('<br>\nDOI: <a target="_blank" href="http://dx.doi.org/'+id+'">'+id+'</a><br>')
}

