function ShowCard(card)
{
	window.open('http://gatherer.wizards.com/gathererlookup.asp?name='+card,'lookupwin', 'width=700, height=500, scrollbars=1, resizable=1');;
}
