function launchCards(url,name,features){	popS=window.open(url,name,features);	popS.focus();}