function showCard(doc)
{
width = 550
height = 480
doc = "dinocards/card_"+doc+".html"
title = "Dinocards"
newWin=window.open(doc, title, "scrollbars,width="+width+",height="+height)
}
