function showEdit($table, $id) {
	window.open("mod/edit_"+$table+".php?id="+$id, "JANELA", "height = 150px, width = 200px");
}

function showDelete($table, $id) {
	window.open("mod/delete_"+$table+".php?id="+$id, "JANELA", "height = 50px, width = 400px");
}
function showPhoto(obj,zoom,width,height) {
       window.open(obj.src, "PHOTO", "height="+height+"px,width="+width+"px");
}
