var oWindow = null;
function viewCard( sSrc )
{
	if ( oWindow && !oWindow.closed )
	{
		oWindow.focus();
	}
	
	oWindow = window.open( sSrc, "algc", "height=310,width=225" );
}
