// JavaScript Document
function detalles(id) {
	window.open ('card.php?id='+id,'card','height=200,width=500,scrollbars=1');
}