function openWin_card2(url, winName) {
	wx = 900;
	wy = 700;
	x = (screen.width - wx) / 2;
	y = (screen.height - wy) / 2;
	window.open(url,winName,"resizable=1,scrollbars=1,status=1,toolbar=0,left="+x+",top="+y+",width="+wx+",height="+wy);
	}
	
	
	
