function showCover(id){$('#covers img').hide();$('#covers img#'+id).show();}
