function showCard(url) 
{
	window.open( url, "winVideo", "status = 0, height = 580, width = 475, resizable = 0" )
}
