function callFn(target){
	var wnObj = open("../e_cards.php?card_number="+target,'ecards','width=488,height=249,top=0,left=0,screeny=0,screenx=0,resizeable=yes');
	//var wnObj = open("../e_cards.php",'newWin','width=488,height=249,top=0,left=0,screeny=0,screenx=0,resizable=no');
	wnObj.focus();
}