/* vim: set ts=4 sw=4 : */

function tocar(id) {
	abrirPopup("player.php?id=" + id, 305, 80, "player");
}

